Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/soc_camera/
Dmx2_camera.c248 struct list_head active_bufs; member
673 list_move_tail(pcdev->capture.next, &pcdev->active_bufs); in mx2_start_streaming()
682 list_move_tail(pcdev->capture.next, &pcdev->active_bufs); in mx2_start_streaming()
766 INIT_LIST_HEAD(&pcdev->active_bufs); in mx2_stop_streaming()
1315 ibuf = list_first_entry(&pcdev->active_bufs, struct mx2_buf_internal, in mx27_camera_frame_done_emma()
1325 list_move_tail(pcdev->active_bufs.next, &pcdev->discard); in mx27_camera_frame_done_emma()
1375 list_move_tail(pcdev->discard.next, &pcdev->active_bufs); in mx27_camera_frame_done_emma()
1385 list_move_tail(pcdev->capture.next, &pcdev->active_bufs); in mx27_camera_frame_done_emma()
1401 if (list_empty(&pcdev->active_bufs)) { in mx27_camera_emma_irq()
1417 ibuf = list_first_entry(&pcdev->active_bufs, in mx27_camera_emma_irq()
[all …]