Searched defs:ov01a10 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/media/i2c/ |
D | ov01a10.c | 277 struct ov01a10 { struct 289 const struct ov01a10_mode *cur_mode; argument 295 static inline struct ov01a10 *to_ov01a10(struct v4l2_subdev *subdev) in to_ov01a10() argument 300 static int ov01a10_read_reg(struct ov01a10 *ov01a10, u16 reg, u16 len, u32 *val) in ov01a10_read_reg() 331 static int ov01a10_write_reg(struct ov01a10 *ov01a10, u16 reg, u16 len, u32 val) in ov01a10_write_reg() 350 static int ov01a10_write_reg_list(struct ov01a10 *ov01a10, in ov01a10_write_reg_list() 371 static int ov01a10_update_digital_gain(struct ov01a10 *ov01a10, u32 d_gain) in ov01a10_update_digital_gain() 402 static int ov01a10_test_pattern(struct ov01a10 *ov01a10, u32 pattern) in ov01a10_test_pattern() 413 static int ov01a10_set_hflip(struct ov01a10 *ov01a10, u32 hflip) in ov01a10_set_hflip() 433 static int ov01a10_set_vflip(struct ov01a10 *ov01a10, u32 vflip) in ov01a10_set_vflip() [all …]
|