Searched refs:ov8865_sensor (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/media/i2c/ |
D | ov8865.c | 468 container_of(s, struct ov8865_sensor, subdev) 471 (&container_of((c)->handler, struct ov8865_sensor, \ 686 struct ov8865_sensor { struct 1348 static int ov8865_read(struct ov8865_sensor *sensor, u16 address, u8 *value) in ov8865_read() 1371 static int ov8865_write(struct ov8865_sensor *sensor, u16 address, u8 value) in ov8865_write() 1387 static int ov8865_write_sequence(struct ov8865_sensor *sensor, in ov8865_write_sequence() 1407 static int ov8865_update_bits(struct ov8865_sensor *sensor, u16 address, in ov8865_update_bits() 1425 static int ov8865_sw_reset(struct ov8865_sensor *sensor) in ov8865_sw_reset() 1430 static int ov8865_sw_standby(struct ov8865_sensor *sensor, int standby) in ov8865_sw_standby() 1440 static int ov8865_chip_id_check(struct ov8865_sensor *sensor) in ov8865_chip_id_check() [all …]
|