Lines Matching refs:exposure_max
611 int exposure_max; in ov5693_s_ctrl() local
613 exposure_max = ov5693->mode.format.height + ctrl->val - in ov5693_s_ctrl()
617 exposure_max, in ov5693_s_ctrl()
620 exposure_max)); in ov5693_s_ctrl()
952 int exposure_max; in ov5693_set_fmt() local
1006 exposure_max = ov5693->mode.vts - OV5693_INTEGRATION_TIME_MARGIN; in ov5693_set_fmt()
1008 ov5693->ctrls.exposure->minimum, exposure_max, in ov5693_set_fmt()
1011 exposure_max)); in ov5693_set_fmt()
1214 int exposure_max; in ov5693_init_controls() local
1236 exposure_max = ov5693->mode.vts - OV5693_INTEGRATION_TIME_MARGIN; in ov5693_init_controls()
1239 OV5693_EXPOSURE_MIN, exposure_max, in ov5693_init_controls()
1240 OV5693_EXPOSURE_STEP, exposure_max); in ov5693_init_controls()