Home
last modified time | relevance | path

Searched refs:V4L2_CID_3A_LOCK (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-ctrls.c359 case V4L2_CID_3A_LOCK: in s5c73m3_s_ctrl()
535 V4L2_CID_3A_LOCK, 0, 0x7, 0, 0); in s5c73m3_init_controls()
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_ioctl.c257 .id = V4L2_CID_3A_LOCK,
1312 case V4L2_CID_3A_LOCK: in atomisp_g_ctrl()
1386 case V4L2_CID_3A_LOCK: in atomisp_s_ctrl()
1498 case V4L2_CID_3A_LOCK: in atomisp_camera_g_ext_ctrls()
1609 case V4L2_CID_3A_LOCK: in atomisp_camera_s_ext_ctrls()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-defs.c1078 case V4L2_CID_3A_LOCK: return "3A Lock"; in v4l2_ctrl_get_name()
1475 case V4L2_CID_3A_LOCK: in v4l2_ctrl_fill()
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp.c639 case V4L2_CID_3A_LOCK: in fimc_is_s_ctrl()
757 V4L2_CID_3A_LOCK, 0, 0x3, 0, 0); in fimc_isp_subdev_create()
/openbmc/linux/drivers/staging/media/atomisp/i2c/
H A Datomisp-mt9m114.c1116 case V4L2_CID_3A_LOCK: in mt9m114_s_ctrl()
1147 case V4L2_CID_3A_LOCK: in mt9m114_g_volatile_ctrl()
1229 .id = V4L2_CID_3A_LOCK,
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2.rst195 V4L2_CID_SCENE_MODE, V4L2_CID_3A_LOCK,
H A Dext-ctrls-camera.rst173 Setting ``V4L2_LOCK_FOCUS`` lock bit of the ``V4L2_CID_3A_LOCK``
467 ``V4L2_CID_3A_LOCK (bitmask)``
H A Dhist-v4l2.rst1090 ``V4L2_CID_SCENE_MODE``, ``V4L2_CID_3A_LOCK``,
/openbmc/linux/include/uapi/linux/
H A Dv4l2-controls.h1051 #define V4L2_CID_3A_LOCK (V4L2_CID_CAMERA_CLASS_BASE+27) macro