Searched refs:V4L2_BUF_TYPE_VBI_CAPTURE (Results 1 - 22 of 22) sorted by relevance

/linux-master/include/trace/events/
H A Dv4l2.h24 EM( V4L2_BUF_TYPE_VBI_CAPTURE, "VBI_CAPTURE" ) \
/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_fops.c381 q->type = type == VFL_TYPE_VIDEO ? V4L2_BUF_TYPE_VIDEO_CAPTURE : V4L2_BUF_TYPE_VBI_CAPTURE;
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vbi-cap.c255 if (f->type != V4L2_BUF_TYPE_VBI_CAPTURE && vb2_is_busy(&dev->vb_vbi_cap_q))
H A Dvivid-core.c677 p->type == V4L2_BUF_TYPE_VBI_CAPTURE) {
697 p->format.type == V4L2_BUF_TYPE_VBI_CAPTURE) {
871 else if (buf_type == V4L2_BUF_TYPE_VBI_CAPTURE && !dev->has_raw_vbi_cap)
890 if (buf_type == V4L2_BUF_TYPE_VBI_CAPTURE)
1331 V4L2_BUF_TYPE_VBI_CAPTURE, 2,
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c153 case V4L2_BUF_TYPE_VBI_CAPTURE:
203 case V4L2_BUF_TYPE_VBI_CAPTURE:
H A Dv4l2-ioctl.c180 [V4L2_BUF_TYPE_VBI_CAPTURE] = "vbi-cap",
318 case V4L2_BUF_TYPE_VBI_CAPTURE:
963 case V4L2_BUF_TYPE_VBI_CAPTURE:
1648 case V4L2_BUF_TYPE_VBI_CAPTURE:
1723 case V4L2_BUF_TYPE_VBI_CAPTURE:
1831 case V4L2_BUF_TYPE_VBI_CAPTURE:
/linux-master/drivers/media/pci/cx18/
H A Dcx18-driver.h690 return cx->vbi.in.type == V4L2_BUF_TYPE_VBI_CAPTURE;
H A Dcx18-driver.c756 cx->vbi.in.type = V4L2_BUF_TYPE_VBI_CAPTURE;
H A Dcx18-ioctl.c355 cx->vbi.in.type = V4L2_BUF_TYPE_VBI_CAPTURE;
/linux-master/drivers/media/pci/ivtv/
H A Divtv-driver.h796 return itv->vbi.in.type == V4L2_BUF_TYPE_VBI_CAPTURE;
H A Divtv-driver.c776 itv->vbi.in.type = V4L2_BUF_TYPE_VBI_CAPTURE;
H A Divtv-ioctl.c605 itv->vbi.in.type = V4L2_BUF_TYPE_VBI_CAPTURE;
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-video.c845 case V4L2_BUF_TYPE_VBI_CAPTURE:
1258 q->type = V4L2_BUF_TYPE_VBI_CAPTURE;
2140 fh_type = V4L2_BUF_TYPE_VBI_CAPTURE;
/linux-master/drivers/media/usb/au0828/
H A Dau0828-video.c840 } else if (vq->type == V4L2_BUF_TYPE_VBI_CAPTURE) {
1825 q->type = V4L2_BUF_TYPE_VBI_CAPTURE;
/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c775 case V4L2_BUF_TYPE_VBI_CAPTURE:
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-video.c1338 q->type = V4L2_BUF_TYPE_VBI_CAPTURE;
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-v4l2.c89 .type = V4L2_BUF_TYPE_VBI_CAPTURE,
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-video.c1723 q->type = V4L2_BUF_TYPE_VBI_CAPTURE;
/linux-master/drivers/media/pci/cx88/
H A Dcx88-video.c1428 q->type = V4L2_BUF_TYPE_VBI_CAPTURE;
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-video.c1867 q->type = V4L2_BUF_TYPE_VBI_CAPTURE;
/linux-master/include/uapi/linux/
H A Dvideodev2.h145 V4L2_BUF_TYPE_VBI_CAPTURE = 4, enumerator in enum:v4l2_buf_type
2442 struct v4l2_vbi_format vbi; /* V4L2_BUF_TYPE_VBI_CAPTURE */
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-driver.c1950 case V4L2_BUF_TYPE_VBI_CAPTURE:
3104 q->type = V4L2_BUF_TYPE_VBI_CAPTURE;

Completed in 278 milliseconds