Lines Matching refs:exposure_max
994 int exposure_max, exposure_def; in ov5647_set_pad_fmt() local
1011 exposure_max = mode->vts - 4; in ov5647_set_pad_fmt()
1012 exposure_def = min(exposure_max, OV5647_EXPOSURE_DEFAULT); in ov5647_set_pad_fmt()
1015 exposure_max, sensor->exposure->step, in ov5647_set_pad_fmt()
1206 int exposure_max, exposure_def; in ov5647_s_ctrl() local
1209 exposure_max = sensor->mode->format.height + ctrl->val - 4; in ov5647_s_ctrl()
1210 exposure_def = min(exposure_max, OV5647_EXPOSURE_DEFAULT); in ov5647_s_ctrl()
1213 exposure_max, sensor->exposure->step, in ov5647_s_ctrl()
1271 int hblank, exposure_max, exposure_def; in ov5647_init_controls() local
1285 exposure_max = sensor->mode->vts - 4; in ov5647_init_controls()
1286 exposure_def = min(exposure_max, OV5647_EXPOSURE_DEFAULT); in ov5647_init_controls()
1290 exposure_max, OV5647_EXPOSURE_STEP, in ov5647_init_controls()