Lines Matching full:exposure
40 /* Exposure control */
160 * @exp_ctrl: Pointer to exposure control
577 * ov9282_update_exp_gain() - Set updated exposure and gain
579 * @exposure: updated exposure value
584 static int ov9282_update_exp_gain(struct ov9282 *ov9282, u32 exposure, u32 gain) in ov9282_update_exp_gain() argument
589 exposure, gain); in ov9282_update_exp_gain()
595 ret = ov9282_write_reg(ov9282, OV9282_REG_EXPOSURE, 3, exposure << 4); in ov9282_update_exp_gain()
658 u32 exposure; in ov9282_set_ctrl() local
685 exposure = ctrl->val; in ov9282_set_ctrl()
689 exposure, analog_gain); in ov9282_set_ctrl()
691 ret = ov9282_update_exp_gain(ov9282, exposure, analog_gain); in ov9282_set_ctrl()
994 /* Setup handler will write actual exposure and gain */ in ov9282_start_streaming()
1304 /* Initialize exposure and gain */ in ov9282_init_controls()