Lines Matching defs:auto_exp
202 struct v4l2_ctrl *auto_exp;
1738 bool auto_exp = sensor->ctrls.auto_exp->val == V4L2_EXPOSURE_AUTO;
1752 if (auto_exp) {
1794 if (auto_exp)
1819 if (auto_exp)
2495 bool auto_exp = (auto_exposure == V4L2_EXPOSURE_AUTO);
2498 if (ctrls->auto_exp->is_new) {
2499 ret = ov5640_set_autoexposure(sensor, auto_exp);
2504 if (!auto_exp && ctrls->exposure->is_new) {
2742 ctrls->auto_exp = v4l2_ctrl_new_std_menu(hdl, ops,
2786 v4l2_ctrl_auto_cluster(2, &ctrls->auto_exp, 1, true);