Lines Matching refs:auto_exp
205 struct v4l2_ctrl *auto_exp; member
1764 bool auto_exp = sensor->ctrls.auto_exp->val == V4L2_EXPOSURE_AUTO; in ov5640_set_mode() local
1778 if (auto_exp) { in ov5640_set_mode()
1820 if (auto_exp) in ov5640_set_mode()
1845 if (auto_exp) in ov5640_set_mode()
2523 bool auto_exp = (auto_exposure == V4L2_EXPOSURE_AUTO); in ov5640_set_ctrl_exposure() local
2526 if (ctrls->auto_exp->is_new) { in ov5640_set_ctrl_exposure()
2527 ret = ov5640_set_autoexposure(sensor, auto_exp); in ov5640_set_ctrl_exposure()
2532 if (!auto_exp && ctrls->exposure->is_new) { in ov5640_set_ctrl_exposure()
2770 ctrls->auto_exp = v4l2_ctrl_new_std_menu(hdl, ops, in ov5640_init_controls()
2814 v4l2_ctrl_auto_cluster(2, &ctrls->auto_exp, 1, true); in ov5640_init_controls()