Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/pci/cx18/
A Dcx18-fileops.c688 while (!list_empty(&s->vb_capture)) { in cx18_vb_timeout()
689 buf = list_entry(s->vb_capture.next, in cx18_vb_timeout()
A Dcx18-mailbox.c162 if (list_empty(&s->vb_capture)) in cx18_mdl_send_to_videobuf()
165 vb_buf = list_first_entry(&s->vb_capture, struct cx18_videobuf_buffer, in cx18_mdl_send_to_videobuf()
A Dcx18-streams.c231 list_add_tail(&buf->vb.queue, &s->vb_capture); in buffer_queue()
275 INIT_LIST_HEAD(&s->vb_capture); in cx18_stream_init()
A Dcx18-driver.h399 struct list_head vb_capture; /* video capture queue */ member

Completed in 10 milliseconds