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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dmx2_camera.c228 struct list_head active_bufs; member in struct:mx2_camera_dev
1160 if (!list_empty(&pcdev->active_bufs)) {
1161 buf = list_entry(pcdev->active_bufs.next,
1199 list_move_tail(pcdev->capture.next, &pcdev->active_bufs);
1221 && !list_empty(&pcdev->active_bufs)) {
1226 buf = list_entry(pcdev->active_bufs.next,
1355 INIT_LIST_HEAD(&pcdev->active_bufs);

Completed in 76 milliseconds