Searched refs:V4L2_SLICED_VPS (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/drivers/media/i2c/cx25840/ |
D | cx25840-vbi.c | 80 0, 0, V4L2_SLICED_VPS, 0, 0, /* 9 */ in cx25840_g_sliced_fmt() 187 case V4L2_SLICED_VPS: in cx25840_s_sliced_fmt() 247 id2 = V4L2_SLICED_VPS; in cx25840_decode_vbi_line()
|
/Linux-v6.6/drivers/media/pci/cx18/ |
D | cx18-av-vbi.c | 126 0, 0, V4L2_SLICED_VPS, 0, 0, /* 9 */ in cx18_av_g_sliced_fmt() 222 case V4L2_SLICED_VPS: in cx18_av_s_sliced_fmt() 284 sdid = V4L2_SLICED_VPS; in cx18_av_decode_vbi_line()
|
D | cx18-ioctl.c | 166 case V4L2_SLICED_VPS: in cx18_service2vbi() 200 if (line == 16 && field == 0 && (set & V4L2_SLICED_VPS)) in select_service_from_set() 201 return V4L2_SLICED_VPS; in select_service_from_set()
|
/Linux-v6.6/drivers/media/pci/ivtv/ |
D | ivtv-vbi.c | 21 data.id = V4L2_SLICED_VPS; in ivtv_set_vps() 98 } else if (d->id == V4L2_SLICED_VPS && d->line == 16 && d->field == 0) { in ivtv_write_vbi_line() 268 id2 = V4L2_SLICED_VPS; in ivtv_convert_ivtv_vbi()
|
D | ivtv-ioctl.c | 36 case V4L2_SLICED_VPS: in ivtv_service2vbi() 63 if (line == 16 && field == 0 && (set & V4L2_SLICED_VPS)) in select_service_from_set() 64 return V4L2_SLICED_VPS; in select_service_from_set() 325 vbifmt->service_lines[0][16] = V4L2_SLICED_VPS; in ivtv_g_fmt_sliced_vbi_out() 1236 cap->service_lines[0][16] = V4L2_SLICED_VPS; in ivtv_g_sliced_vbi_cap()
|
/Linux-v6.6/drivers/media/i2c/ |
D | saa7127.c | 621 fmt->service_lines[0][16] = V4L2_SLICED_VPS; in saa7127_g_sliced_fmt() 629 (state->vps_enable ? V4L2_SLICED_VPS : 0) | in saa7127_g_sliced_fmt() 640 case V4L2_SLICED_VPS: in saa7127_s_vbi_data()
|
D | saa7115.c | 1111 case V4L2_SLICED_VPS: in saa711x_set_lcr() 1136 V4L2_SLICED_VPS, 0, 0, 0, 0, /* 7 */ in saa711x_g_sliced_fmt() 1245 vbi->type = V4L2_SLICED_VPS; in saa711x_decode_vbi_line()
|
D | tvp5150.c | 590 {V4L2_SLICED_VPS, 16, 16, 0},
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-sliced-vbi-cap.rst | 147 * - ``V4L2_SLICED_VPS``
|
D | dev-sliced-vbi.rst | 238 * - ``V4L2_SLICED_VPS``
|
/Linux-v6.6/include/uapi/linux/ |
D | videodev2.h | 2270 #define V4L2_SLICED_VPS (0x0400) macro 2277 #define V4L2_SLICED_VBI_625 (V4L2_SLICED_TELETEXT_B | V4L2_SLICED_VPS | V4L2_SLICED_WSS…
|
/Linux-v6.6/Documentation/userspace-api/media/ |
D | videodev2.h.rst.exceptions | 493 replace define V4L2_SLICED_VPS vbi-services
|