Searched refs:exp_max (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/media/i2c/ |
| H A D | gc0310.c | 305 int exp_max = GC0310_NATIVE_HEIGHT + sensor->ctrls.vblank->val; in gc0310_exposure_update_range() local 307 return __v4l2_ctrl_modify_range(sensor->ctrls.exposure, 0, exp_max, in gc0310_exposure_update_range() 308 1, exp_max); in gc0310_exposure_update_range() 565 int exp_max, ret; in gc0310_init_controls() local 572 exp_max = GC0310_NATIVE_HEIGHT + GC0310_V_BLANK_DEFAULT; in gc0310_init_controls() 575 exp_max, 1, exp_max); in gc0310_init_controls()
|
| H A 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()
|
| H A D | ov64a40.c | 3163 int exp_max; in ov64a40_set_format() local 3177 exp_max = timings->vts - OV64A40_EXPOSURE_MARGIN; in ov64a40_set_format() 3179 OV64A40_EXPOSURE_MIN, exp_max, in ov64a40_set_format() 3272 int exp_max = ov64a40->mode->height + ctrl->val in ov64a40_set_ctrl() local 3274 int exp_val = min(ov64a40->exposure->cur.val, exp_max); in ov64a40_set_ctrl() 3278 exp_max, 1, exp_val); in ov64a40_set_ctrl() 3342 int exp_max, hblank_val, vblank_max, vblank_def; in ov64a40_init_controls() local 3368 exp_max = timings->vts - OV64A40_EXPOSURE_MARGIN; in ov64a40_init_controls() 3371 OV64A40_EXPOSURE_MIN, exp_max, 1, in ov64a40_init_controls()
|
| H A 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()
|
| H A 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()
|