Searched refs:exp_max (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
D | ar0521.c | 531 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()
|
D | ov64a40.c | 3166 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()
|
D | ov2680.c | 477 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()
|
D | ov5640.c | 3355 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()
|