vbi_buf           472 drivers/media/usb/au0828/au0828-video.c 		dev->isoc_ctl.vbi_buf = NULL;
vbi_buf           483 drivers/media/usb/au0828/au0828-video.c 	dev->isoc_ctl.vbi_buf = *buf;
vbi_buf           493 drivers/media/usb/au0828/au0828-video.c 	struct au0828_buffer    *vbi_buf;
vbi_buf           521 drivers/media/usb/au0828/au0828-video.c 	vbi_buf = dev->isoc_ctl.vbi_buf;
vbi_buf           522 drivers/media/usb/au0828/au0828-video.c 	if (vbi_buf != NULL)
vbi_buf           523 drivers/media/usb/au0828/au0828-video.c 		vbioutp = vb2_plane_vaddr(&vbi_buf->vb.vb2_buf, 0);
vbi_buf           555 drivers/media/usb/au0828/au0828-video.c 				if (vbi_buf != NULL)
vbi_buf           556 drivers/media/usb/au0828/au0828-video.c 					buffer_filled(dev, vbi_dma_q, vbi_buf);
vbi_buf           557 drivers/media/usb/au0828/au0828-video.c 				vbi_get_next_buf(vbi_dma_q, &vbi_buf);
vbi_buf           558 drivers/media/usb/au0828/au0828-video.c 				if (vbi_buf == NULL)
vbi_buf           562 drivers/media/usb/au0828/au0828-video.c 						&vbi_buf->vb.vb2_buf, 0);
vbi_buf           591 drivers/media/usb/au0828/au0828-video.c 			if (vbi_buf != NULL) {
vbi_buf           593 drivers/media/usb/au0828/au0828-video.c 					vbi_buf->top_field = 1;
vbi_buf           595 drivers/media/usb/au0828/au0828-video.c 					vbi_buf->top_field = 0;
vbi_buf           611 drivers/media/usb/au0828/au0828-video.c 			if (vbi_buf != NULL)
vbi_buf           612 drivers/media/usb/au0828/au0828-video.c 				au0828_copy_vbi(dev, vbi_dma_q, vbi_buf, p,
vbi_buf           897 drivers/media/usb/au0828/au0828-video.c 	if (dev->isoc_ctl.vbi_buf != NULL) {
vbi_buf           898 drivers/media/usb/au0828/au0828-video.c 		vb2_buffer_done(&dev->isoc_ctl.vbi_buf->vb.vb2_buf,
vbi_buf           900 drivers/media/usb/au0828/au0828-video.c 		dev->isoc_ctl.vbi_buf = NULL;
vbi_buf           988 drivers/media/usb/au0828/au0828-video.c 	buf = dev->isoc_ctl.vbi_buf;
vbi_buf           144 drivers/media/usb/au0828/au0828.h 	struct au0828_buffer		*vbi_buf;
vbi_buf           944 drivers/media/usb/em28xx/em28xx-core.c 	dev->usb_ctl.vbi_buf = NULL;
vbi_buf           649 drivers/media/usb/em28xx/em28xx-video.c 	struct em28xx_buffer    *vbi_buf = dev->usb_ctl.vbi_buf;
vbi_buf           692 drivers/media/usb/em28xx/em28xx-video.c 		vbi_buf = finish_field_prepare_next(dev, vbi_buf, vbi_dma_q);
vbi_buf           693 drivers/media/usb/em28xx/em28xx-video.c 		dev->usb_ctl.vbi_buf = vbi_buf;
vbi_buf           703 drivers/media/usb/em28xx/em28xx-video.c 		if (vbi_buf)
vbi_buf           704 drivers/media/usb/em28xx/em28xx-video.c 			em28xx_copy_vbi(dev, vbi_buf, data_pkt, vbi_data_len);
vbi_buf          1202 drivers/media/usb/em28xx/em28xx-video.c 	if (dev->usb_ctl.vbi_buf) {
vbi_buf          1203 drivers/media/usb/em28xx/em28xx-video.c 		vb2_buffer_done(&dev->usb_ctl.vbi_buf->vb.vb2_buf,
vbi_buf          1205 drivers/media/usb/em28xx/em28xx-video.c 		dev->usb_ctl.vbi_buf = NULL;
vbi_buf           247 drivers/media/usb/em28xx/em28xx.h 	struct em28xx_buffer	*vbi_buf;