Symbol: V4L2_BUF_TYPE_VBI_CAPTURE
drivers/media/common/saa7146/saa7146_fops.c
381
q->type = type == VFL_TYPE_VIDEO ? V4L2_BUF_TYPE_VIDEO_CAPTURE : V4L2_BUF_TYPE_VBI_CAPTURE;
drivers/media/common/videobuf2/videobuf2-v4l2.c
775
case V4L2_BUF_TYPE_VBI_CAPTURE:
drivers/media/pci/bt8xx/bttv-driver.c
1948
case V4L2_BUF_TYPE_VBI_CAPTURE:
drivers/media/pci/bt8xx/bttv-driver.c
3102
q->type = V4L2_BUF_TYPE_VBI_CAPTURE;
drivers/media/pci/cx18/cx18-driver.c
756
cx->vbi.in.type = V4L2_BUF_TYPE_VBI_CAPTURE;
drivers/media/pci/cx18/cx18-driver.h
678
return cx->vbi.in.type == V4L2_BUF_TYPE_VBI_CAPTURE;
drivers/media/pci/cx18/cx18-ioctl.c
355
cx->vbi.in.type = V4L2_BUF_TYPE_VBI_CAPTURE;
drivers/media/pci/cx23885/cx23885-video.c
1337
q->type = V4L2_BUF_TYPE_VBI_CAPTURE;
drivers/media/pci/cx88/cx88-video.c
1426
q->type = V4L2_BUF_TYPE_VBI_CAPTURE;
drivers/media/pci/ivtv/ivtv-driver.c
736
itv->vbi.in.type = V4L2_BUF_TYPE_VBI_CAPTURE;
drivers/media/pci/ivtv/ivtv-driver.h
784
return itv->vbi.in.type == V4L2_BUF_TYPE_VBI_CAPTURE;
drivers/media/pci/ivtv/ivtv-ioctl.c
605
itv->vbi.in.type = V4L2_BUF_TYPE_VBI_CAPTURE;
drivers/media/pci/saa7134/saa7134-video.c
1721
q->type = V4L2_BUF_TYPE_VBI_CAPTURE;
drivers/media/test-drivers/vivid/vivid-core.c
1361
V4L2_BUF_TYPE_VBI_CAPTURE, 2,
drivers/media/test-drivers/vivid/vivid-core.c
703
p->type == V4L2_BUF_TYPE_VBI_CAPTURE) {
drivers/media/test-drivers/vivid/vivid-core.c
723
p->format.type == V4L2_BUF_TYPE_VBI_CAPTURE) {
drivers/media/test-drivers/vivid/vivid-core.c
899
else if (buf_type == V4L2_BUF_TYPE_VBI_CAPTURE && !dev->has_raw_vbi_cap)
drivers/media/test-drivers/vivid/vivid-core.c
918
if (buf_type == V4L2_BUF_TYPE_VBI_CAPTURE)
drivers/media/test-drivers/vivid/vivid-vbi-cap.c
256
if (f->type != V4L2_BUF_TYPE_VBI_CAPTURE && vb2_is_busy(&dev->vb_vbi_cap_q))
drivers/media/usb/au0828/au0828-video.c
1820
q->type = V4L2_BUF_TYPE_VBI_CAPTURE;
drivers/media/usb/au0828/au0828-video.c
837
} else if (vq->type == V4L2_BUF_TYPE_VBI_CAPTURE) {
drivers/media/usb/cx231xx/cx231xx-video.c
1865
q->type = V4L2_BUF_TYPE_VBI_CAPTURE;
drivers/media/usb/em28xx/em28xx-video.c
1256
q->type = V4L2_BUF_TYPE_VBI_CAPTURE;
drivers/media/usb/em28xx/em28xx-video.c
2138
fh_type = V4L2_BUF_TYPE_VBI_CAPTURE;
drivers/media/usb/em28xx/em28xx-video.c
845
case V4L2_BUF_TYPE_VBI_CAPTURE:
drivers/media/usb/pvrusb2/pvrusb2-v4l2.c
92
.type = V4L2_BUF_TYPE_VBI_CAPTURE,
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
153
case V4L2_BUF_TYPE_VBI_CAPTURE:
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
203
case V4L2_BUF_TYPE_VBI_CAPTURE:
drivers/media/v4l2-core/v4l2-ioctl.c
1711
case V4L2_BUF_TYPE_VBI_CAPTURE:
drivers/media/v4l2-core/v4l2-ioctl.c
1786
case V4L2_BUF_TYPE_VBI_CAPTURE:
drivers/media/v4l2-core/v4l2-ioctl.c
180
[V4L2_BUF_TYPE_VBI_CAPTURE] = "vbi-cap",
drivers/media/v4l2-core/v4l2-ioctl.c
1894
case V4L2_BUF_TYPE_VBI_CAPTURE:
drivers/media/v4l2-core/v4l2-ioctl.c
318
case V4L2_BUF_TYPE_VBI_CAPTURE:
drivers/media/v4l2-core/v4l2-ioctl.c
974
case V4L2_BUF_TYPE_VBI_CAPTURE:
include/trace/events/v4l2.h
24
EM( V4L2_BUF_TYPE_VBI_CAPTURE, "VBI_CAPTURE" ) \