Searched refs:auto_exp (Results 1 – 4 of 4) sorted by relevance
88 struct v4l2_ctrl *auto_exp; member
413 struct v4l2_ctrl *auto_exp; member2327 bool auto_exp = sensor->ctrls.auto_exp->val == V4L2_EXPOSURE_AUTO; in ov5640_set_mode() local2340 if (auto_exp) { in ov5640_set_mode()2373 if (auto_exp) in ov5640_set_mode()2398 if (auto_exp) in ov5640_set_mode()3173 bool auto_exp = (auto_exposure == V4L2_EXPOSURE_AUTO); in ov5640_set_ctrl_exposure() local3176 if (ctrls->auto_exp->is_new) { in ov5640_set_ctrl_exposure()3177 ret = ov5640_set_autoexposure(sensor, auto_exp); in ov5640_set_ctrl_exposure()3182 if (!auto_exp && ctrls->exposure->is_new) { in ov5640_set_ctrl_exposure()3476 ctrls->auto_exp = v4l2_ctrl_new_std_menu(hdl, ops, in ov5640_init_controls()[all …]
297 u64 auto_exp:1; member362 struct v4l2_ctrl *auto_exp; member
104 static int s5c73m3_set_exposure(struct s5c73m3 *state, int auto_exp) in s5c73m3_set_exposure() argument