Searched refs:sb_full (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dcafe_ccic.c165 struct list_head sb_full; /* With data (user space owns) (dev_lock) */ member in struct:cafe_camera
1201 INIT_LIST_HEAD(&cam->sb_full);
1339 if (list_empty(&cam->sb_full) && filp->f_flags & O_NONBLOCK) {
1344 while (list_empty(&cam->sb_full) && cam->state == S_STREAMING) {
1347 !list_empty(&cam->sb_full))) {
1359 sbuf = list_entry(cam->sb_full.next,
1820 list_move_tail(&sbuf->list, &cam->sb_full);
1822 if (! list_empty(&cam->sb_full))
2080 INIT_LIST_HEAD(&cam->sb_full);

Completed in 60 milliseconds