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

/drivers/media/video/
H A Dmx2_camera.c283 struct list_head active_bufs; member in struct:mx2_camera_dev
821 list_move_tail(pcdev->capture.next, &pcdev->active_bufs);
831 list_move_tail(pcdev->capture.next, &pcdev->active_bufs);
913 INIT_LIST_HEAD(&pcdev->active_bufs);
1471 ibuf = list_first_entry(&pcdev->active_bufs, struct mx2_buf_internal,
1481 list_move_tail(pcdev->active_bufs.next, &pcdev->discard);
1530 list_move_tail(pcdev->discard.next, &pcdev->active_bufs);
1540 list_move_tail(pcdev->capture.next, &pcdev->active_bufs);
1557 if (list_empty(&pcdev->active_bufs)) {
1573 ibuf = list_first_entry(&pcdev->active_bufs,
[all...]

Completed in 456 milliseconds