Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/i2c/m5mols/
Dm5mols_controls.c422 case V4L2_CID_3A_LOCK: in m5mols_g_volatile_ctrl()
473 case V4L2_CID_3A_LOCK: in m5mols_s_ctrl()
602 V4L2_CID_3A_LOCK, 0, 0x7, 0, 0); in m5mols_init_controls()
/Linux-v6.1/drivers/media/i2c/s5c73m3/
Ds5c73m3-ctrls.c361 case V4L2_CID_3A_LOCK: in s5c73m3_s_ctrl()
537 V4L2_CID_3A_LOCK, 0, 0x7, 0, 0); in s5c73m3_init_controls()
/Linux-v6.1/drivers/media/v4l2-core/
Dv4l2-ctrls-defs.c1036 case V4L2_CID_3A_LOCK: return "3A Lock"; in v4l2_ctrl_get_name()
1425 case V4L2_CID_3A_LOCK: in v4l2_ctrl_fill()
/Linux-v6.1/drivers/media/platform/samsung/exynos4-is/
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()
/Linux-v6.1/drivers/staging/media/atomisp/pci/
Datomisp_ioctl.c276 .id = V4L2_CID_3A_LOCK,
1980 case V4L2_CID_3A_LOCK: in atomisp_g_ctrl()
2054 case V4L2_CID_3A_LOCK: in atomisp_s_ctrl()
2169 case V4L2_CID_3A_LOCK: in atomisp_camera_g_ext_ctrls()
2281 case V4L2_CID_3A_LOCK: in atomisp_camera_s_ext_ctrls()
/Linux-v6.1/drivers/staging/media/atomisp/i2c/
Datomisp-mt9m114.c1252 case V4L2_CID_3A_LOCK: in mt9m114_s_ctrl()
1298 case V4L2_CID_3A_LOCK: in mt9m114_g_volatile_ctrl()
1435 .id = V4L2_CID_3A_LOCK,
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dv4l2.rst195 V4L2_CID_SCENE_MODE, V4L2_CID_3A_LOCK,
Dext-ctrls-camera.rst173 Setting ``V4L2_LOCK_FOCUS`` lock bit of the ``V4L2_CID_3A_LOCK``
467 ``V4L2_CID_3A_LOCK (bitmask)``
Dhist-v4l2.rst1090 ``V4L2_CID_SCENE_MODE``, ``V4L2_CID_3A_LOCK``,
/Linux-v6.1/include/uapi/linux/
Dv4l2-controls.h991 #define V4L2_CID_3A_LOCK (V4L2_CID_CAMERA_CLASS_BASE+27) macro