Home
last modified time | relevance | path

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

/linux/drivers/media/pci/cx18/
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