Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/sunxi/sun6i-csi/
Dsun6i_video.c31 bool queued_to_csi; member
171 buf->queued_to_csi = true; in sun6i_video_start_streaming()
194 next_buf->queued_to_csi = true; in sun6i_video_start_streaming()
251 buf->queued_to_csi = false; in sun6i_video_buffer_queue()
277 if (!next_buf->queued_to_csi) { in sun6i_video_frame_done()
278 next_buf->queued_to_csi = true; in sun6i_video_frame_done()
293 next_buf->queued_to_csi = true; in sun6i_video_frame_done()