Searched refs:exp_max (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/media/i2c/ |
| H A D | t4ka3.c | 304 int exp_max = fmt->height + sensor->ctrls.vblank->val - in t4ka3_update_exposure_range() local 307 return __v4l2_ctrl_modify_range(sensor->ctrls.exposure, 0, exp_max, in t4ka3_update_exposure_range() 308 1, exp_max); in t4ka3_update_exposure_range()
|
| H A D | ov64a40.c | 3162 int exp_max; in ov64a40_set_format() local 3176 exp_max = timings->vts - OV64A40_EXPOSURE_MARGIN; in ov64a40_set_format() 3178 OV64A40_EXPOSURE_MIN, exp_max, in ov64a40_set_format() 3271 int exp_max = ov64a40->mode->height + ctrl->val in ov64a40_set_ctrl() local 3273 int exp_val = min(ov64a40->exposure->cur.val, exp_max); in ov64a40_set_ctrl() 3277 exp_max, 1, exp_val); in ov64a40_set_ctrl() 3341 int exp_max, hblank_val, vblank_max, vblank_def; in ov64a40_init_controls() local 3367 exp_max = timings->vts - OV64A40_EXPOSURE_MARGIN; in ov64a40_init_controls() 3370 OV64A40_EXPOSURE_MIN, exp_max, 1, in ov64a40_init_controls()
|
| H A D | ov2680.c | 476 int exp_max = sensor->mode.fmt.height + sensor->ctrls.vblank->val - in ov2680_exposure_update_range() local 479 return __v4l2_ctrl_modify_range(sensor->ctrls.exposure, 0, exp_max, in ov2680_exposure_update_range() 480 1, exp_max); in ov2680_exposure_update_range()
|
| H A D | ov5640.c | 3354 unsigned int exp_max; in ov5640_s_ctrl() local 3363 exp_max = mode->height + ctrl->val - 4; in ov5640_s_ctrl() 3366 exp_max, sensor->ctrls.exposure->step, in ov5640_s_ctrl()
|