Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-streams.c147 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()
H A Dcx18-mailbox.c162 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()
H A Dcx18-driver.h406 struct list_head vb_capture; /* video capture queue */ member