Searched defs:ov2740 (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/media/i2c/ |
D | ov2740.c | 318 struct ov2740 { struct 331 const struct ov2740_mode *cur_mode; argument 340 static inline struct ov2740 *to_ov2740(struct v4l2_subdev *subdev) in to_ov2740() argument 363 static int ov2740_read_reg(struct ov2740 *ov2740, u16 reg, u16 len, u32 *val) in ov2740_read_reg() 393 static int ov2740_write_reg(struct ov2740 *ov2740, u16 reg, u16 len, u32 val) in ov2740_write_reg() 412 static int ov2740_write_reg_list(struct ov2740 *ov2740, in ov2740_write_reg_list() 433 static int ov2740_update_digital_gain(struct ov2740 *ov2740, u32 d_gain) in ov2740_update_digital_gain() 448 static int ov2740_test_pattern(struct ov2740 *ov2740, u32 pattern) in ov2740_test_pattern() 459 struct ov2740 *ov2740 = container_of(ctrl->handler, in ov2740_set_ctrl() local 519 static int ov2740_init_controls(struct ov2740 *ov2740) in ov2740_init_controls() [all …]
|