Lines Matching refs:capture
247 struct list_head capture; member
545 list_add_tail(&buf->internal.queue, &pcdev->capture); in mx2_videobuf_queue()
664 buf = list_first_entry(&pcdev->capture, struct mx2_buffer, in mx2_start_streaming()
671 list_move_tail(pcdev->capture.next, &pcdev->active_bufs); in mx2_start_streaming()
673 buf = list_first_entry(&pcdev->capture, struct mx2_buffer, in mx2_start_streaming()
680 list_move_tail(pcdev->capture.next, &pcdev->active_bufs); in mx2_start_streaming()
763 INIT_LIST_HEAD(&pcdev->capture); in mx2_stop_streaming()
1347 if (list_empty(&pcdev->capture)) { in mx27_camera_frame_done_emma()
1363 buf = list_first_entry(&pcdev->capture, struct mx2_buffer, in mx27_camera_frame_done_emma()
1368 list_move_tail(pcdev->capture.next, &pcdev->active_bufs); in mx27_camera_frame_done_emma()
1541 INIT_LIST_HEAD(&pcdev->capture); in mx2_camera_probe()