Searched refs:vb_capture (Results 1 – 3 of 3) sorted by relevance
147 list_add_tail(&buf->list, &s->vb_capture); in cx18_buf_queue()176 while (!list_empty(&s->vb_capture)) { in cx18_clear_queue()179 buf = list_first_entry(&s->vb_capture, in cx18_clear_queue()270 INIT_LIST_HEAD(&s->vb_capture); in cx18_stream_init()
162 if (list_empty(&s->vb_capture)) in cx18_mdl_send_to_vb2()165 vb_buf = list_first_entry(&s->vb_capture, struct cx18_vb2_buffer, in cx18_mdl_send_to_vb2()
406 struct list_head vb_capture; /* video capture queue */ member