Searched refs:vb_capture (Results 1 – 4 of 4) sorted by relevance
694 while (!list_empty(&s->vb_capture)) { in cx18_vb_timeout()695 buf = list_entry(s->vb_capture.next, in cx18_vb_timeout()
176 if (list_empty(&s->vb_capture)) in cx18_mdl_send_to_videobuf()179 vb_buf = list_first_entry(&s->vb_capture, struct cx18_videobuf_buffer, in cx18_mdl_send_to_videobuf()
238 list_add_tail(&buf->vb.queue, &s->vb_capture); in buffer_queue()284 INIT_LIST_HEAD(&s->vb_capture); in cx18_stream_init()
411 struct list_head vb_capture; /* video capture queue */ member