Home
last modified time | relevance | path

Searched refs:exp_max (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/media/i2c/
H A Dar0521.c531 int exp_max; in ar0521_s_ctrl() local
538 exp_max = sensor->fmt.height + ctrl->val - 4; in ar0521_s_ctrl()
541 exp_max, sensor->ctrls.exposure->step, in ar0521_s_ctrl()
H A Dov64a40.c3165 int exp_max; in ov64a40_set_format() local
3179 exp_max = timings->vts - OV64A40_EXPOSURE_MARGIN; in ov64a40_set_format()
3181 OV64A40_EXPOSURE_MIN, exp_max, in ov64a40_set_format()
3274 int exp_max = ov64a40->mode->height + ctrl->val in ov64a40_set_ctrl() local
3276 int exp_val = min(ov64a40->exposure->cur.val, exp_max); in ov64a40_set_ctrl()
3280 exp_max, 1, exp_val); in ov64a40_set_ctrl()
3346 int exp_max, hblank_val, vblank_max, vblank_def; in ov64a40_init_controls() local
3372 exp_max = timings->vts - OV64A40_EXPOSURE_MARGIN; in ov64a40_init_controls()
3375 OV64A40_EXPOSURE_MIN, exp_max, 1, in ov64a40_init_controls()
H A Dov2680.c477 int exp_max = sensor->mode.fmt.height + sensor->ctrls.vblank->val - in ov2680_exposure_update_range() local
480 return __v4l2_ctrl_modify_range(sensor->ctrls.exposure, 0, exp_max, in ov2680_exposure_update_range()
481 1, exp_max); in ov2680_exposure_update_range()
H A Dov5640.c3356 unsigned int exp_max; in ov5640_s_ctrl() local
3365 exp_max = mode->height + ctrl->val - 4; in ov5640_s_ctrl()
3368 exp_max, sensor->ctrls.exposure->step, in ov5640_s_ctrl()