Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A 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
H A Dvidioc-queryctrl.rst500 * - ``V4L2_CTRL_FLAG_GRABBED``
576 ``V4L2_CTRL_FLAG_GRABBED`` flag when buffers are allocated or
H A Dhist-v4l2.rst100 V4L2_CTRL_FLAG_GRAYED (later V4L2_CTRL_FLAG_GRABBED) flag.
164 with ``V4L2_CTRL_FLAG_DISABLED`` and ``V4L2_CTRL_FLAG_GRABBED``
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c3218 V4L2_CTRL_FLAG_GRABBED | in log_ctrl()
3222 if (ctrl->flags & V4L2_CTRL_FLAG_GRABBED) in log_ctrl()
4063 if (set && (ctrl->flags & V4L2_CTRL_FLAG_GRABBED)) in try_or_set_cluster()
4125 if (set && (ctrl->flags & V4L2_CTRL_FLAG_GRABBED)) { in validate_ctrls()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h1705 #define V4L2_CTRL_FLAG_GRABBED 0x0002 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h1705 #define V4L2_CTRL_FLAG_GRABBED 0x0002 macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions364 replace define V4L2_CTRL_FLAG_GRABBED control-flags
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h1840 #define V4L2_CTRL_FLAG_GRABBED 0x0002 macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h1822 #define V4L2_CTRL_FLAG_GRABBED 0x0002 macro
/OK3568_Linux_fs/kernel/drivers/media/common/
H A Dcx2341x.c929 if (qctrl->flags & V4L2_CTRL_FLAG_GRABBED) in v4l2_ctrl_check()