Lines Matching refs:capture
247 struct list_head capture; member
547 list_add_tail(&buf->internal.queue, &pcdev->capture); in mx2_videobuf_queue()
666 buf = list_first_entry(&pcdev->capture, struct mx2_buffer, in mx2_start_streaming()
673 list_move_tail(pcdev->capture.next, &pcdev->active_bufs); in mx2_start_streaming()
675 buf = list_first_entry(&pcdev->capture, struct mx2_buffer, in mx2_start_streaming()
682 list_move_tail(pcdev->capture.next, &pcdev->active_bufs); in mx2_start_streaming()
765 INIT_LIST_HEAD(&pcdev->capture); in mx2_stop_streaming()
1364 if (list_empty(&pcdev->capture)) { in mx27_camera_frame_done_emma()
1380 buf = list_first_entry(&pcdev->capture, struct mx2_buffer, in mx27_camera_frame_done_emma()
1385 list_move_tail(pcdev->capture.next, &pcdev->active_bufs); in mx27_camera_frame_done_emma()
1558 INIT_LIST_HEAD(&pcdev->capture); in mx2_camera_probe()