Searched defs:ov2740 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/media/i2c/ |
D | ov2740.c | 325 struct ov2740 { struct 338 const struct ov2740_mode *cur_mode; argument 353 static inline struct ov2740 *to_ov2740(struct v4l2_subdev *subdev) in to_ov2740() argument 376 static int ov2740_read_reg(struct ov2740 *ov2740, u16 reg, u16 len, u32 *val) in ov2740_read_reg() 406 static int ov2740_write_reg(struct ov2740 *ov2740, u16 reg, u16 len, u32 val) in ov2740_write_reg() 425 static int ov2740_write_reg_list(struct ov2740 *ov2740, in ov2740_write_reg_list() 446 static int ov2740_identify_module(struct ov2740 *ov2740) in ov2740_identify_module() 470 static int ov2740_update_digital_gain(struct ov2740 *ov2740, u32 d_gain) in ov2740_update_digital_gain() 501 static int ov2740_test_pattern(struct ov2740 *ov2740, u32 pattern) in ov2740_test_pattern() 512 struct ov2740 *ov2740 = container_of(ctrl->handler, in ov2740_set_ctrl() local [all …]
|