Home
last modified time | relevance | path

Searched refs:V4L2_CTRL_FLAG_HAS_PAYLOAD (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/media/v4l2-core/
Dv4l2-ctrls-priv.h50 flags |= V4L2_CTRL_FLAG_HAS_PAYLOAD; in user_flags()
Dv4l2-compat-ioctl32.c690 (qec.flags & V4L2_CTRL_FLAG_HAS_PAYLOAD); in ctrl_is_pointer()
/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dvidioc-g-ext-ctrls.rst58 (``V4L2_CTRL_FLAG_HAS_PAYLOAD`` is set) must set the ``ptr`` field.
165 ``V4L2_CTRL_TYPE_INTEGER64`` and ``V4L2_CTRL_FLAG_HAS_PAYLOAD`` is
170 ``V4L2_CTRL_TYPE_INTEGER64`` and ``V4L2_CTRL_FLAG_HAS_PAYLOAD`` is
192 ``V4L2_CTRL_FLAG_HAS_PAYLOAD`` is set.
197 ``V4L2_CTRL_FLAG_HAS_PAYLOAD`` is set.
303 ``V4L2_CTRL_FLAG_HAS_PAYLOAD`` is set for this control.
Dvidioc-queryctrl.rst622 * - ``V4L2_CTRL_FLAG_HAS_PAYLOAD``
/Linux-v6.6/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions391 replace define V4L2_CTRL_FLAG_HAS_PAYLOAD control-flags
/Linux-v6.6/include/uapi/linux/
Dvideodev2.h1969 #define V4L2_CTRL_FLAG_HAS_PAYLOAD 0x0100 macro