Searched refs:V4L2_SLICED_VPS (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/media/i2c/cx25840/ |
D | cx25840-vbi.c | 93 0, 0, V4L2_SLICED_VPS, 0, 0, /* 9 */ in cx25840_g_sliced_fmt() 189 case V4L2_SLICED_VPS: in cx25840_s_sliced_fmt() 242 id2 = V4L2_SLICED_VPS; in cx25840_decode_vbi_line()
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-av-vbi.c | 140 0, 0, V4L2_SLICED_VPS, 0, 0, /* 9 */ in cx18_av_g_sliced_fmt() 236 case V4L2_SLICED_VPS: in cx18_av_s_sliced_fmt() 298 sdid = V4L2_SLICED_VPS; in cx18_av_decode_vbi_line()
|
D | cx18-ioctl.c | 53 case V4L2_SLICED_VPS: in cx18_service2vbi() 87 if (line == 16 && field == 0 && (set & V4L2_SLICED_VPS)) in select_service_from_set() 88 return V4L2_SLICED_VPS; in select_service_from_set()
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | ivtv-vbi.c | 33 data.id = V4L2_SLICED_VPS; in ivtv_set_vps() 110 } else if (d->id == V4L2_SLICED_VPS && d->line == 16 && d->field == 0) { in ivtv_write_vbi_line() 280 id2 = V4L2_SLICED_VPS; in ivtv_convert_ivtv_vbi()
|
D | ivtv-ioctl.c | 49 case V4L2_SLICED_VPS: in ivtv_service2vbi() 76 if (line == 16 && field == 0 && (set & V4L2_SLICED_VPS)) in select_service_from_set() 77 return V4L2_SLICED_VPS; in select_service_from_set() 338 vbifmt->service_lines[0][16] = V4L2_SLICED_VPS; in ivtv_g_fmt_sliced_vbi_out() 1252 cap->service_lines[0][16] = V4L2_SLICED_VPS; in ivtv_g_sliced_vbi_cap()
|
/linux-4.1.27/drivers/media/i2c/ |
D | saa7127.c | 634 fmt->service_lines[0][16] = V4L2_SLICED_VPS; in saa7127_g_sliced_fmt() 642 (state->vps_enable ? V4L2_SLICED_VPS : 0) | in saa7127_g_sliced_fmt() 653 case V4L2_SLICED_VPS: in saa7127_s_vbi_data()
|
D | saa7115.c | 1115 case V4L2_SLICED_VPS: in saa711x_set_lcr() 1140 V4L2_SLICED_VPS, 0, 0, 0, 0, /* 7 */ in saa711x_g_sliced_fmt() 1243 vbi->type = V4L2_SLICED_VPS; in saa711x_decode_vbi_line()
|
D | tvp5150.c | 542 {V4L2_SLICED_VPS,16,16,0},
|
/linux-4.1.27/include/uapi/linux/ |
D | videodev2.h | 1764 #define V4L2_SLICED_VPS (0x0400) macro 1771 #define V4L2_SLICED_VBI_625 (V4L2_SLICED_TELETEXT_B | V4L2_SLICED_VPS | V4L2_SLICED_WSS…
|