Home
last modified time | relevance | path

Searched refs:V4L2_CAP_VBI_OUTPUT (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/Documentation/userspace-api/media/v4l/
Ddev-output.rst31 (``V4L2_CAP_VBI_OUTPUT``) interface. At least one of the read/write or
Dvidioc-querycap.rst180 * - ``V4L2_CAP_VBI_OUTPUT``
Ddev-raw-vbi.rst40 ``V4L2_CAP_VBI_CAPTURE`` or ``V4L2_CAP_VBI_OUTPUT`` flags, respectively,
Dhist-v4l2.rst324 ``V4L2_CAP_VBI_OUTPUT`` replaced ``V4L2_FLAG_DATA_SERVICE``.
/linux-5.19.10/include/uapi/linux/
Dvideodev2.h455 #define V4L2_CAP_VBI_OUTPUT 0x00000020 /* Is a raw VBI output device */ macro
/linux-5.19.10/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions166 replace define V4L2_CAP_VBI_OUTPUT device-capabilities
/linux-5.19.10/drivers/media/test-drivers/vivid/
Dvivid-core.c1110 dev->vbi_out_caps = (dev->has_raw_vbi_out ? V4L2_CAP_VBI_OUTPUT : 0) | in vivid_set_capabilities()