Home
last modified time | relevance | path

Searched refs:V4L2_CTRL_FLAG_DISABLED (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dcontrol.rst349 if (!(queryctrl.flags & V4L2_CTRL_FLAG_DISABLED)) {
374 if (!(query_ext_ctrl.flags & V4L2_CTRL_FLAG_DISABLED)) {
400 if (queryctrl.flags & V4L2_CTRL_FLAG_DISABLED)
419 if (queryctrl.flags & V4L2_CTRL_FLAG_DISABLED)
454 } else if (queryctrl.flags & V4L2_CTRL_FLAG_DISABLED) {
H A Dvidioc-queryctrl.rst55 In both cases, when the driver sets the ``V4L2_CTRL_FLAG_DISABLED`` flag
495 * - ``V4L2_CTRL_FLAG_DISABLED``
598 ``V4L2_CTRL_FLAG_DISABLED`` was intended for two purposes: Drivers
H A Dhist-v4l2.rst164 with ``V4L2_CTRL_FLAG_DISABLED`` and ``V4L2_CTRL_FLAG_GRABBED``
/OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/
H A Dmatroxfb_g450.c152 { .flags = V4L2_CTRL_FLAG_DISABLED }; in g450_query_ctrl()
H A Dmatroxfb_maven.c1044 { .flags = V4L2_CTRL_FLAG_DISABLED }; in maven_get_queryctrl()
/OK3568_Linux_fs/kernel/drivers/media/common/
H A Dcx2341x.c676 qctrl->flags |= V4L2_CTRL_FLAG_DISABLED; in cx2341x_ctrl_query()
927 if (qctrl->flags & V4L2_CTRL_FLAG_DISABLED) in v4l2_ctrl_check()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c3208 if (ctrl->flags & (V4L2_CTRL_FLAG_DISABLED | V4L2_CTRL_FLAG_WRITE_ONLY)) in log_ctrl()
3247 if (!(ctrl->flags & V4L2_CTRL_FLAG_DISABLED)) in v4l2_ctrl_handler_log_status()
3691 if (ctrl->flags & V4L2_CTRL_FLAG_DISABLED) { in prepare_ext_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.h1704 #define V4L2_CTRL_FLAG_DISABLED 0x0001 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.h1704 #define V4L2_CTRL_FLAG_DISABLED 0x0001 macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions363 replace define V4L2_CTRL_FLAG_DISABLED control-flags
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h1839 #define V4L2_CTRL_FLAG_DISABLED 0x0001 macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h1821 #define V4L2_CTRL_FLAG_DISABLED 0x0001 macro
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_ioctl.c2489 qc->flags = V4L2_CTRL_FLAG_DISABLED; in atomisp_queryctl()