Home
last modified time | relevance | path

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

/linux/drivers/media/pci/cx18/
A Dcx18-streams.c148 list_add_tail(&buf->list, &s->vb_capture); in cx18_buf_queue()
177 while (!list_empty(&s->vb_capture)) { in cx18_clear_queue()
180 buf = list_first_entry(&s->vb_capture, in cx18_clear_queue()
271 INIT_LIST_HEAD(&s->vb_capture); in cx18_stream_init()
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()
A Dcx18-driver.h406 struct list_head vb_capture; /* video capture queue */ member

Completed in 10 milliseconds