Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/media/uapi/v4l/
Ddev-output.rst31 (``V4L2_CAP_VBI_OUTPUT``) interface. At least one of the read/write or
Dvidioc-querycap.rst181 * - ``V4L2_CAP_VBI_OUTPUT``
Ddev-raw-vbi.rst40 ``V4L2_CAP_VBI_CAPTURE`` or ``V4L2_CAP_VBI_OUTPUT`` flags, respectively,
Dhist-v4l2.rst338 ``V4L2_CAP_VBI_OUTPUT`` replaced ``V4L2_FLAG_DATA_SERVICE``.
/Linux-v4.19/include/uapi/linux/
Dvideodev2.h431 #define V4L2_CAP_VBI_OUTPUT 0x00000020 /* Is a raw VBI output device */ macro
/Linux-v4.19/Documentation/media/
Dvideodev2.h.rst.exceptions142 replace define V4L2_CAP_VBI_OUTPUT device-capabilities
/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-core.c821 dev->vbi_out_caps = (dev->has_raw_vbi_out ? V4L2_CAP_VBI_OUTPUT : 0) | in vivid_create_instance()