Home
last modified time | relevance | path

Searched defs:ov2740 (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/media/i2c/
Dov2740.c324 struct ov2740 { struct
337 const struct ov2740_mode *cur_mode; argument
352 static inline struct ov2740 *to_ov2740(struct v4l2_subdev *subdev) in to_ov2740() argument
375 static int ov2740_read_reg(struct ov2740 *ov2740, u16 reg, u16 len, u32 *val) in ov2740_read_reg()
405 static int ov2740_write_reg(struct ov2740 *ov2740, u16 reg, u16 len, u32 val) in ov2740_write_reg()
424 static int ov2740_write_reg_list(struct ov2740 *ov2740, in ov2740_write_reg_list()
445 static int ov2740_identify_module(struct ov2740 *ov2740) in ov2740_identify_module()
469 static int ov2740_update_digital_gain(struct ov2740 *ov2740, u32 d_gain) in ov2740_update_digital_gain()
500 static int ov2740_test_pattern(struct ov2740 *ov2740, u32 pattern) in ov2740_test_pattern()
511 struct ov2740 *ov2740 = container_of(ctrl->handler, in ov2740_set_ctrl() local
[all …]