Home
last modified time | relevance | path

Searched refs:auto_exp (Results 1 – 7 of 7) sorted by relevance

/drivers/media/i2c/
Dov5640.c202 struct v4l2_ctrl *auto_exp; member
1738 bool auto_exp = sensor->ctrls.auto_exp->val == V4L2_EXPOSURE_AUTO; in ov5640_set_mode() local
1752 if (auto_exp) { in ov5640_set_mode()
1794 if (auto_exp) in ov5640_set_mode()
1819 if (auto_exp) in ov5640_set_mode()
2495 bool auto_exp = (auto_exposure == V4L2_EXPOSURE_AUTO); in ov5640_set_ctrl_exposure() local
2498 if (ctrls->auto_exp->is_new) { in ov5640_set_ctrl_exposure()
2499 ret = ov5640_set_autoexposure(sensor, auto_exp); in ov5640_set_ctrl_exposure()
2504 if (!auto_exp && ctrls->exposure->is_new) { in ov5640_set_ctrl_exposure()
2742 ctrls->auto_exp = v4l2_ctrl_new_std_menu(hdl, ops, in ov5640_init_controls()
[all …]
Dmt9v111.c129 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()
Dov9650.c205 struct v4l2_ctrl *auto_exp; member
768 if (ctrls->auto_exp->is_new) { in ov965x_set_exposure()
1008 ctrls->auto_exp = in ov965x_initialize_controls()
1053 v4l2_ctrl_auto_cluster(2, &ctrls->auto_exp, 1, true); in ov965x_initialize_controls()
Ds5k6aa.c214 struct v4l2_ctrl *auto_exp; member
1387 ctrls->auto_exp = v4l2_ctrl_new_std_menu(hdl, ops, in s5k6aa_initialize_ctrls()
1396 v4l2_ctrl_auto_cluster(3, &ctrls->auto_exp, 0, false); in s5k6aa_initialize_ctrls()
Ds5k5baf.c266 struct v4l2_ctrl *auto_exp; member
1653 ctrls->auto_exp = v4l2_ctrl_new_std_menu(hdl, ops, in s5k5baf_initialize_ctrls()
1662 v4l2_ctrl_auto_cluster(3, &ctrls->auto_exp, 0, false); in s5k5baf_initialize_ctrls()
/drivers/media/platform/exynos4-is/
Dfimc-isp.h88 struct v4l2_ctrl *auto_exp; member
/drivers/media/i2c/s5c73m3/
Ds5c73m3-ctrls.c106 static int s5c73m3_set_exposure(struct s5c73m3 *state, int auto_exp) in s5c73m3_set_exposure() argument