Lines Matching defs:exposure
160 * @exp_ctrl: Pointer to exposure control
579 * ov9282_update_exp_gain() - Set updated exposure and gain
581 * @exposure: updated exposure value
586 static int ov9282_update_exp_gain(struct ov9282 *ov9282, u32 exposure, u32 gain)
591 exposure, gain);
597 ret = ov9282_write_reg(ov9282, OV9282_REG_EXPOSURE, 3, exposure << 4);
660 u32 exposure;
687 exposure = ctrl->val;
691 exposure, analog_gain);
693 ret = ov9282_update_exp_gain(ov9282, exposure, analog_gain);
996 /* Setup handler will write actual exposure and gain */
1310 /* Initialize exposure and gain */