Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
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()
Dov64a40.c3166 int exp_max; in ov64a40_set_format() local
3180 exp_max = timings->vts - OV64A40_EXPOSURE_MARGIN; in ov64a40_set_format()
3182 OV64A40_EXPOSURE_MIN, exp_max, in ov64a40_set_format()
3281 int exp_max = ov64a40->mode->height + ctrl->val in ov64a40_set_ctrl() local
3283 int exp_val = min(ov64a40->exposure->cur.val, exp_max); in ov64a40_set_ctrl()
3287 exp_max, 1, exp_val); in ov64a40_set_ctrl()
3353 int exp_max, hblank_val, vblank_max, vblank_def; in ov64a40_init_controls() local
3379 exp_max = timings->vts - OV64A40_EXPOSURE_MARGIN; in ov64a40_init_controls()
3382 OV64A40_EXPOSURE_MIN, exp_max, 1, in ov64a40_init_controls()
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()
Dov5640.c3355 unsigned int exp_max; in ov5640_s_ctrl() local
3364 exp_max = mode->height + ctrl->val - 4; in ov5640_s_ctrl()
3367 exp_max, sensor->ctrls.exposure->step, in ov5640_s_ctrl()