vb_capture        399 drivers/media/pci/cx18/cx18-driver.h 	struct list_head vb_capture;    /* video capture queue */
vb_capture        688 drivers/media/pci/cx18/cx18-fileops.c 	while (!list_empty(&s->vb_capture)) {
vb_capture        689 drivers/media/pci/cx18/cx18-fileops.c 		buf = list_entry(s->vb_capture.next,
vb_capture        162 drivers/media/pci/cx18/cx18-mailbox.c 	if (list_empty(&s->vb_capture))
vb_capture        165 drivers/media/pci/cx18/cx18-mailbox.c 	vb_buf = list_first_entry(&s->vb_capture, struct cx18_videobuf_buffer,
vb_capture        231 drivers/media/pci/cx18/cx18-streams.c 	list_add_tail(&buf->vb.queue, &s->vb_capture);
vb_capture        275 drivers/media/pci/cx18/cx18-streams.c 	INIT_LIST_HEAD(&s->vb_capture);