Searched refs:auto_exp (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/media/i2c/ |
D | ov2680.c | 89 struct v4l2_ctrl *auto_exp; member 441 static int ov2680_exposure_set(struct ov2680_dev *sensor, bool auto_exp) in ov2680_exposure_set() argument 448 auto_exp ? 0 : BIT(0)); in ov2680_exposure_set() 452 if (auto_exp || !ctrls->exposure->is_new) in ov2680_exposure_set() 506 if (ctrls->auto_exp->val == V4L2_EXPOSURE_AUTO) { in ov2680_mode_set() 852 return ov2680_exposure_set(sensor, !!ctrls->auto_exp->val); in ov2680_s_ctrl() 961 ctrls->auto_exp = v4l2_ctrl_new_std_menu(hdl, ops, in ov2680_v4l2_init() 982 v4l2_ctrl_auto_cluster(2, &ctrls->auto_exp, 1, true); in ov2680_v4l2_init()
|
D | mt9v111.c | 129 struct v4l2_ctrl *auto_exp; member 1022 if (mt9v111->auto_exp->is_new || mt9v111->auto_awb->is_new) { in mt9v111_s_ctrl() 1023 if (mt9v111->auto_exp->val == V4L2_EXPOSURE_MANUAL && in mt9v111_s_ctrl() 1162 mt9v111->auto_exp = v4l2_ctrl_new_std_menu(&mt9v111->ctrls, in mt9v111_probe()
|
D | ov5640.c | 185 struct v4l2_ctrl *auto_exp; member 1613 return __v4l2_ctrl_s_ctrl(sensor->ctrls.auto_exp, exposure); in ov5640_set_mode_direct() 1632 exposure = sensor->ctrls.auto_exp->val; in ov5640_set_mode() 2146 if (ctrls->auto_exp->is_new) { in ov5640_set_ctrl_exposure() 2370 ctrls->auto_exp = v4l2_ctrl_new_std_menu(hdl, ops, in ov5640_init_controls() 2413 v4l2_ctrl_auto_cluster(2, &ctrls->auto_exp, 1, true); in ov5640_init_controls()
|
D | ov9650.c | 207 struct v4l2_ctrl *auto_exp; member 777 if (ctrls->auto_exp->is_new) { in ov965x_set_exposure() 1018 ctrls->auto_exp = in ov965x_initialize_controls() 1063 v4l2_ctrl_auto_cluster(2, &ctrls->auto_exp, 1, true); in ov965x_initialize_controls()
|
D | s5k6aa.c | 218 struct v4l2_ctrl *auto_exp; member 1391 ctrls->auto_exp = v4l2_ctrl_new_std_menu(hdl, ops, in s5k6aa_initialize_ctrls() 1400 v4l2_ctrl_auto_cluster(3, &ctrls->auto_exp, 0, false); in s5k6aa_initialize_ctrls()
|
D | s5k5baf.c | 269 struct v4l2_ctrl *auto_exp; member 1657 ctrls->auto_exp = v4l2_ctrl_new_std_menu(hdl, ops, in s5k5baf_initialize_ctrls() 1666 v4l2_ctrl_auto_cluster(3, &ctrls->auto_exp, 0, false); in s5k5baf_initialize_ctrls()
|
/Linux-v4.19/drivers/media/platform/exynos4-is/ |
D | fimc-isp.h | 91 struct v4l2_ctrl *auto_exp; member
|
/Linux-v4.19/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-ctrls.c | 114 static int s5c73m3_set_exposure(struct s5c73m3 *state, int auto_exp) in s5c73m3_set_exposure() argument
|