Searched defs:ov9282 (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
D | ov9282.c | 169 struct ov9282 { struct 187 const struct ov9282_mode *cur_mode; argument 200 * register arrays as some settings are written as part of ov9282_power_on, argument 456 static int ov9282_read_reg(struct ov9282 *ov9282, u16 reg, u32 len, u32 *val) in ov9282_read_reg() 499 static int ov9282_write_reg(struct ov9282 *ov9282, u16 reg, u32 len, u32 val) in ov9282_write_reg() 523 static int ov9282_write_regs(struct ov9282 *ov9282, in ov9282_write_regs() 546 static int ov9282_update_controls(struct ov9282 *ov9282, in ov9282_update_controls() 584 static int ov9282_update_exp_gain(struct ov9282 *ov9282, u32 exposure, u32 gain) in ov9282_update_exp_gain() 607 static int ov9282_set_ctrl_hflip(struct ov9282 *ov9282, int value) in ov9282_set_ctrl_hflip() 624 static int ov9282_set_ctrl_vflip(struct ov9282 *ov9282, int value) in ov9282_set_ctrl_vflip() [all …]
|