Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dvidioc-g-ext-ctrls.rst58 (``V4L2_CTRL_FLAG_HAS_PAYLOAD`` is set) must set the ``ptr`` field.
160 ``V4L2_CTRL_TYPE_INTEGER64`` and ``V4L2_CTRL_FLAG_HAS_PAYLOAD`` is
165 ``V4L2_CTRL_TYPE_INTEGER64`` and ``V4L2_CTRL_FLAG_HAS_PAYLOAD`` is
192 ``V4L2_CTRL_FLAG_HAS_PAYLOAD`` is set for this control.
Dvidioc-queryctrl.rst549 * - ``V4L2_CTRL_FLAG_HAS_PAYLOAD``
/Linux-v5.10/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions369 replace define V4L2_CTRL_FLAG_HAS_PAYLOAD control-flags
/Linux-v5.10/include/uapi/linux/
Dvideodev2.h1832 #define V4L2_CTRL_FLAG_HAS_PAYLOAD 0x0100 macro
/Linux-v5.10/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c1124 (qec.flags & V4L2_CTRL_FLAG_HAS_PAYLOAD); in ctrl_is_pointer()
Dv4l2-ctrls.c1550 flags |= V4L2_CTRL_FLAG_HAS_PAYLOAD; in user_flags()