Searched refs:V4L2_SLICED_WSS_625 (Results 1 - 17 of 17) sorted by relevance

/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vbi-cap.c274 if (vbi->service_set & V4L2_SLICED_WSS_625) {
280 vbi->service_lines[0][23] = V4L2_SLICED_WSS_625;
307 V4L2_SLICED_WSS_625 | V4L2_SLICED_TELETEXT_B;
345 V4L2_SLICED_WSS_625 | V4L2_SLICED_TELETEXT_B;
355 cap->service_lines[0][23] = V4L2_SLICED_WSS_625;
H A Dvivid-vbi-out.c194 V4L2_SLICED_WSS_625 | V4L2_SLICED_TELETEXT_B;
236 case V4L2_SLICED_WSS_625:
H A Dvivid-vbi-gen.c133 else if (data->id == V4L2_SLICED_WSS_625)
263 data0->id = V4L2_SLICED_WSS_625;
H A Dvivid-vid-out.c232 dev->service_set_out = V4L2_SLICED_WSS_625 | V4L2_SLICED_TELETEXT_B;
H A Dvivid-vid-cap.c398 dev->service_set_cap = V4L2_SLICED_WSS_625 | V4L2_SLICED_TELETEXT_B;
/linux-master/drivers/staging/media/av7110/
H A Dav7110_v4l.c542 cap->service_set = V4L2_SLICED_WSS_625;
543 cap->service_lines[0][23] = V4L2_SLICED_WSS_625;
559 f->fmt.sliced.service_set = V4L2_SLICED_WSS_625;
560 f->fmt.sliced.service_lines[0][23] = V4L2_SLICED_WSS_625;
571 bool want_wss = (f->fmt.sliced.service_set & V4L2_SLICED_WSS_625) ||
573 f->fmt.sliced.service_lines[0][23] == V4L2_SLICED_WSS_625);
580 f->fmt.sliced.service_set = V4L2_SLICED_WSS_625;
581 f->fmt.sliced.service_lines[0][23] = V4L2_SLICED_WSS_625;
596 if (f->fmt.sliced.service_set & V4L2_SLICED_WSS_625) {
622 if ((d.id != 0 && d.id != V4L2_SLICED_WSS_625) ||
[all...]
/linux-master/drivers/media/pci/cx18/
H A Dcx18-av-vbi.c124 0, V4L2_SLICED_WSS_625, 0, /* 4 */
216 case V4L2_SLICED_WSS_625:
277 sdid = V4L2_SLICED_WSS_625;
H A Dcx18-controls.c69 cx->vbi.sliced_in->service_set = V4L2_SLICED_WSS_625;
H A Dcx18-ioctl.c164 case V4L2_SLICED_WSS_625:
202 if (line == 23 && field == 0 && (set & V4L2_SLICED_WSS_625))
203 return V4L2_SLICED_WSS_625;
/linux-master/drivers/media/i2c/cx25840/
H A Dcx25840-vbi.c78 0, V4L2_SLICED_WSS_625, 0, /* 4 */
181 case V4L2_SLICED_WSS_625:
240 id2 = V4L2_SLICED_WSS_625;
/linux-master/drivers/media/pci/ivtv/
H A Divtv-controls.c45 itv->vbi.sliced_in->service_set = V4L2_SLICED_WSS_625;
H A Divtv-vbi.c66 data.id = V4L2_SLICED_WSS_625;
110 } else if (d->id == V4L2_SLICED_WSS_625 &&
271 id2 = V4L2_SLICED_WSS_625;
471 data.id = V4L2_SLICED_WSS_625;
H A Divtv-ioctl.c34 case V4L2_SLICED_WSS_625:
65 if (line == 23 && field == 0 && (set & V4L2_SLICED_WSS_625))
66 return V4L2_SLICED_WSS_625;
324 vbifmt->service_lines[0][23] = V4L2_SLICED_WSS_625;
1235 cap->service_lines[0][23] = V4L2_SLICED_WSS_625;
/linux-master/drivers/media/i2c/
H A Dsaa7127.c623 fmt->service_lines[0][23] = V4L2_SLICED_WSS_625;
630 (state->wss_enable ? V4L2_SLICED_WSS_625 : 0) |
638 case V4L2_SLICED_WSS_625:
H A Dsaa7115.c1108 case V4L2_SLICED_WSS_625:
1135 V4L2_SLICED_WSS_625, 0, /* 5 */
1240 vbi->type = V4L2_SLICED_WSS_625;
1405 case V4L2_SLICED_WSS_625:
H A Dtvp5150.c568 {V4L2_SLICED_WSS_625, 23, 23, 1},
/linux-master/include/uapi/linux/
H A Dvideodev2.h2278 #define V4L2_SLICED_WSS_625 (0x4000) macro
2281 #define V4L2_SLICED_VBI_625 (V4L2_SLICED_TELETEXT_B | V4L2_SLICED_VPS | V4L2_SLICED_WSS_625)

Completed in 400 milliseconds