Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-g-ext-ctrls.rst59 (``V4L2_CTRL_FLAG_HAS_PAYLOAD`` is set) must set the ``ptr`` field.
147 ``V4L2_CTRL_TYPE_INTEGER64`` and ``V4L2_CTRL_FLAG_HAS_PAYLOAD`` is
153 ``V4L2_CTRL_TYPE_INTEGER64`` and ``V4L2_CTRL_FLAG_HAS_PAYLOAD`` is
181 ``V4L2_CTRL_FLAG_HAS_PAYLOAD`` is set for this control.
Dvidioc-queryctrl.rst495 * - ``V4L2_CTRL_FLAG_HAS_PAYLOAD``
/Linux-v4.19/include/uapi/linux/
Dvideodev2.h1684 #define V4L2_CTRL_FLAG_HAS_PAYLOAD 0x0100 macro
/Linux-v4.19/Documentation/media/
Dvideodev2.h.rst.exceptions342 replace define V4L2_CTRL_FLAG_HAS_PAYLOAD control-flags
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c879 (qec.flags & V4L2_CTRL_FLAG_HAS_PAYLOAD); in ctrl_is_pointer()
Dv4l2-ctrls.c1375 flags |= V4L2_CTRL_FLAG_HAS_PAYLOAD; in user_flags()