Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dcontrol.rst361 if (!(queryctrl.flags & V4L2_CTRL_FLAG_DISABLED)) {
386 if (!(query_ext_ctrl.flags & V4L2_CTRL_FLAG_DISABLED)) {
412 if (queryctrl.flags & V4L2_CTRL_FLAG_DISABLED)
431 if (queryctrl.flags & V4L2_CTRL_FLAG_DISABLED)
466 } 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
568 * - ``V4L2_CTRL_FLAG_DISABLED``
679 ``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``
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c2509 if (ctrl->flags & (V4L2_CTRL_FLAG_DISABLED | V4L2_CTRL_FLAG_WRITE_ONLY)) in log_ctrl()
2548 if (!(ctrl->flags & V4L2_CTRL_FLAG_DISABLED)) in v4l2_ctrl_handler_log_status()
H A Dv4l2-ctrls-api.c257 if (ctrl->flags & V4L2_CTRL_FLAG_DISABLED) { in prepare_ext_ctrls()
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h1962 #define V4L2_CTRL_FLAG_DISABLED 0x0001 macro
/openbmc/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions383 replace define V4L2_CTRL_FLAG_DISABLED control-flags
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_ioctl.c1470 qc->flags = V4L2_CTRL_FLAG_DISABLED; in atomisp_queryctl()