Searched defs:ov9282 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/media/i2c/ |
D | ov9282.c | 170 struct ov9282 { struct 188 const struct ov9282_mode *cur_mode; argument 202 * register arrays as some settings are written as part of ov9282_power_on, argument 458 static int ov9282_read_reg(struct ov9282 *ov9282, u16 reg, u32 len, u32 *val) in ov9282_read_reg() 501 static int ov9282_write_reg(struct ov9282 *ov9282, u16 reg, u32 len, u32 val) in ov9282_write_reg() 525 static int ov9282_write_regs(struct ov9282 *ov9282, in ov9282_write_regs() 548 static int ov9282_update_controls(struct ov9282 *ov9282, in ov9282_update_controls() 586 static int ov9282_update_exp_gain(struct ov9282 *ov9282, u32 exposure, u32 gain) in ov9282_update_exp_gain() 609 static int ov9282_set_ctrl_hflip(struct ov9282 *ov9282, int value) in ov9282_set_ctrl_hflip() 626 static int ov9282_set_ctrl_vflip(struct ov9282 *ov9282, int value) in ov9282_set_ctrl_vflip() [all …]
|