Searched defs:ov9282 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/media/i2c/ |
D | ov9282.c | 124 struct ov9282 { struct 141 const struct ov9282_mode *cur_mode; argument 151 static const struct ov9282_reg mode_1280x720_regs[] = { argument 290 static int ov9282_read_reg(struct ov9282 *ov9282, u16 reg, u32 len, u32 *val) in ov9282_read_reg() 333 static int ov9282_write_reg(struct ov9282 *ov9282, u16 reg, u32 len, u32 val) in ov9282_write_reg() 357 static int ov9282_write_regs(struct ov9282 *ov9282, in ov9282_write_regs() 379 static int ov9282_update_controls(struct ov9282 *ov9282, in ov9282_update_controls() 404 static int ov9282_update_exp_gain(struct ov9282 *ov9282, u32 exposure, u32 gain) in ov9282_update_exp_gain() 448 struct ov9282 *ov9282 = in ov9282_set_ctrl() local 551 static void ov9282_fill_pad_format(struct ov9282 *ov9282, in ov9282_fill_pad_format() [all …]
|