/linux/drivers/media/pci/saa7146/ |
H A D | hexium_orion.c | 34 { 0, "CVBS 1", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 35 { 1, "CVBS 2", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 36 { 2, "CVBS 3", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 37 { 3, "CVBS 4", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 38 { 4, "CVBS 5", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 39 { 5, "CVBS 6", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 40 { 6, "Y/C 1", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 41 { 7, "Y/C 2", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 42 { 8, "Y/C 3", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD },
|
H A D | hexium_gemini.c | 33 { 0, "CVBS 1", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 34 { 1, "CVBS 2", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 35 { 2, "CVBS 3", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 36 { 3, "CVBS 4", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 37 { 4, "CVBS 5", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 38 { 5, "CVBS 6", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 39 { 6, "Y/C 1", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 40 { 7, "Y/C 2", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD }, 41 { 8, "Y/C 3", V4L2_INPUT_TYPE_CAMERA, 0, 0, HEXIUM_STD, 0, V4L2_IN_CAP_STD },
|
H A D | mxb.c | 57 V4L2_STD_PAL_BG | V4L2_STD_PAL_I, 0, V4L2_IN_CAP_STD }, 59 MXB_STD, 0, V4L2_IN_CAP_STD }, 61 MXB_STD, 0, V4L2_IN_CAP_STD }, 63 MXB_STD, 0, V4L2_IN_CAP_STD },
|
/linux/arch/arm/mach-davinci/ |
H A D | pdata-quirks.c | 39 .capabilities = V4L2_IN_CAP_STD, 54 .capabilities = V4L2_IN_CAP_STD,
|
/linux/drivers/staging/media/av7110/ |
H A D | av7110_v4l.c | 90 .capabilities = V4L2_IN_CAP_STD, 99 .capabilities = V4L2_IN_CAP_STD, 108 .capabilities = V4L2_IN_CAP_STD, 117 .capabilities = V4L2_IN_CAP_STD,
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-std.rst | 61 does not set the ``V4L2_IN_CAP_STD`` flag), then ``ENODATA`` error code is
|
H A D | vidioc-enuminput.rst | 210 * - ``V4L2_IN_CAP_STD``
|
/linux/drivers/media/platform/ti/davinci/ |
H A D | vpif_capture.c | 791 if (input.capabilities != V4L2_IN_CAP_STD) in vpif_g_std() 821 if (input.capabilities != V4L2_IN_CAP_STD) in vpif_s_std() 1543 chan->inputs[i].input.capabilities = V4L2_IN_CAP_STD; in vpif_capture_get_pdata()
|
/linux/drivers/media/platform/ti/am437x/ |
H A D | am437x-vpfe.c | 1691 if (!(sdinfo->inputs[0].capabilities & V4L2_IN_CAP_STD)) in vpfe_querystd() 1706 if (!(sdinfo->inputs[0].capabilities & V4L2_IN_CAP_STD)) in vpfe_s_std() 1737 if (sdinfo->inputs[0].capabilities != V4L2_IN_CAP_STD) in vpfe_g_std() 2321 sdinfo->inputs[0].capabilities = V4L2_IN_CAP_STD; in vpfe_get_pdata()
|
/linux/drivers/media/pci/ttpci/ |
H A D | budget-av.c | 1396 V4L2_STD_PAL_BG | V4L2_STD_NTSC_M, 0, V4L2_IN_CAP_STD }, 1398 V4L2_STD_PAL_BG | V4L2_STD_NTSC_M, 0, V4L2_IN_CAP_STD },
|
/linux/drivers/media/usb/hdpvr/ |
H A D | hdpvr-video.c | 775 i->capabilities = n ? V4L2_IN_CAP_STD : V4L2_IN_CAP_DV_TIMINGS; in vidioc_enum_input()
|
/linux/include/uapi/linux/ |
H A D | videodev2.h | 1813 #define V4L2_IN_CAP_STD 0x00000004 /* Supports S_STD */ macro
|
/linux/Documentation/userspace-api/media/ |
H A D | videodev2.h.rst.exceptions | 371 replace define V4L2_IN_CAP_STD input-capabilities
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 1215 p->capabilities |= V4L2_IN_CAP_STD; in v4l_enuminput()
|