Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/v4l/
Ddev-output.rst38 (``V4L2_CAP_VBI_OUTPUT``) interface. At least one of the read/write or
Dvidioc-querycap.rst188 * - ``V4L2_CAP_VBI_OUTPUT``
Ddev-raw-vbi.rst47 ``V4L2_CAP_VBI_CAPTURE`` or ``V4L2_CAP_VBI_OUTPUT`` flags, respectively,
Dhist-v4l2.rst345 ``V4L2_CAP_VBI_OUTPUT`` replaced ``V4L2_FLAG_DATA_SERVICE``.
/Linux-v5.4/Documentation/media/
Dvideodev2.h.rst.exceptions154 replace define V4L2_CAP_VBI_OUTPUT device-capabilities
/Linux-v5.4/include/uapi/linux/
Dvideodev2.h451 #define V4L2_CAP_VBI_OUTPUT 0x00000020 /* Is a raw VBI output device */ macro
/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-core.c857 dev->vbi_out_caps = (dev->has_raw_vbi_out ? V4L2_CAP_VBI_OUTPUT : 0) | in vivid_create_instance()