Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dbuffer.rst58 ``V4L2_CTRL_FLAG_GRABBED`` flag when calling
76 allocation and the ``V4L2_CTRL_FLAG_GRABBED`` flag is cleared once the
85 allocated. After freeing all buffers the ``V4L2_CTRL_FLAG_GRABBED`` flag
Dvidioc-queryctrl.rst500 * - ``V4L2_CTRL_FLAG_GRABBED``
576 ``V4L2_CTRL_FLAG_GRABBED`` flag when buffers are allocated or
Dhist-v4l2.rst100 V4L2_CTRL_FLAG_GRAYED (later V4L2_CTRL_FLAG_GRABBED) flag.
164 with ``V4L2_CTRL_FLAG_DISABLED`` and ``V4L2_CTRL_FLAG_GRABBED``
/Linux-v5.10/drivers/media/v4l2-core/
Dv4l2-ctrls.c3074 V4L2_CTRL_FLAG_GRABBED | in log_ctrl()
3078 if (ctrl->flags & V4L2_CTRL_FLAG_GRABBED) in log_ctrl()
3925 if (set && (ctrl->flags & V4L2_CTRL_FLAG_GRABBED)) in try_or_set_cluster()
3987 if (set && (ctrl->flags & V4L2_CTRL_FLAG_GRABBED)) { in validate_ctrls()
/Linux-v5.10/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions362 replace define V4L2_CTRL_FLAG_GRABBED control-flags
/Linux-v5.10/include/uapi/linux/
Dvideodev2.h1825 #define V4L2_CTRL_FLAG_GRABBED 0x0002 macro
/Linux-v5.10/drivers/media/common/
Dcx2341x.c929 if (qctrl->flags & V4L2_CTRL_FLAG_GRABBED) in v4l2_ctrl_check()