Home
last modified time | relevance | path

Searched refs:ov5640_dev (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/media/i2c/
Dov5640.c207 struct ov5640_dev { struct
240 static inline struct ov5640_dev *to_ov5640_dev(struct v4l2_subdev *sd) in to_ov5640_dev() argument
242 return container_of(sd, struct ov5640_dev, sd); in to_ov5640_dev()
247 return &container_of(ctrl->handler, struct ov5640_dev, in ctrl_to_sd()
781 static int ov5640_init_slave_id(struct ov5640_dev *sensor) in ov5640_init_slave_id()
809 static int ov5640_write_reg(struct ov5640_dev *sensor, u16 reg, u8 val) in ov5640_write_reg()
835 static int ov5640_read_reg(struct ov5640_dev *sensor, u16 reg, u8 *val) in ov5640_read_reg()
866 static int ov5640_read_reg16(struct ov5640_dev *sensor, u16 reg, u16 *val) in ov5640_read_reg16()
882 static int ov5640_write_reg16(struct ov5640_dev *sensor, u16 reg, u16 val) in ov5640_write_reg16()
893 static int ov5640_mod_reg(struct ov5640_dev *sensor, u16 reg, in ov5640_mod_reg()
[all …]