Searched refs:ov5648_sensor (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/i2c/ |
H A D | ov5648.c | 496 container_of(s, struct ov5648_sensor, subdev) 499 (&container_of((c)->handler, struct ov5648_sensor, \ 644 struct ov5648_sensor { struct 966 static int ov5648_read(struct ov5648_sensor *sensor, u16 address, u8 *value) in ov5648_read() 989 static int ov5648_write(struct ov5648_sensor *sensor, u16 address, u8 value) in ov5648_write() 1005 static int ov5648_write_sequence(struct ov5648_sensor *sensor, in ov5648_write_sequence() 1025 static int ov5648_update_bits(struct ov5648_sensor *sensor, u16 address, in ov5648_update_bits() 1047 static int ov5648_sw_reset(struct ov5648_sensor *sensor) in ov5648_sw_reset() 1052 static int ov5648_sw_standby(struct ov5648_sensor *sensor, int standby) in ov5648_sw_standby() 1062 static int ov5648_chip_id_check(struct ov5648_sensor *sensor) in ov5648_chip_id_check() [all …]
|