Home
last modified time | relevance | path

Searched refs:ov9282_write_reg (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/i2c/
H A Dov9282.c499 static int ov9282_write_reg(struct ov9282 *ov9282, u16 reg, u32 len, u32 val) in ov9282_write_reg() function
530 ret = ov9282_write_reg(ov9282, regs[i].address, 1, regs[i].val); in ov9282_write_regs()
591 ret = ov9282_write_reg(ov9282, OV9282_REG_HOLD, 1, 1); in ov9282_update_exp_gain()
595 ret = ov9282_write_reg(ov9282, OV9282_REG_EXPOSURE, 3, exposure << 4); in ov9282_update_exp_gain()
599 ret = ov9282_write_reg(ov9282, OV9282_REG_AGAIN, 1, gain); in ov9282_update_exp_gain()
602 ov9282_write_reg(ov9282, OV9282_REG_HOLD, 1, 0); in ov9282_update_exp_gain()
620 return ov9282_write_reg(ov9282, OV9282_REG_TIMING_FORMAT_2, 1, in ov9282_set_ctrl_hflip()
637 return ov9282_write_reg(ov9282, OV9282_REG_TIMING_FORMAT_1, 1, in ov9282_set_ctrl_vflip()
695 ret = ov9282_write_reg(ov9282, OV9282_REG_LPFR, 2, lpfr); in ov9282_set_ctrl()
704 ret = ov9282_write_reg(ov9282, OV9282_REG_TIMING_HTS, 2, in ov9282_set_ctrl()
[all …]