Searched refs:ov5648_read (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | ov5648.c | 966 static int ov5648_read(struct ov5648_sensor *sensor, u16 address, u8 *value) in ov5648_read() function 1031 ret = ov5648_read(sensor, address, &value); in ov5648_update_bits() 1071 ret = ov5648_read(sensor, regs[i], &value); in ov5648_chip_id_check() 1555 ret = ov5648_read(sensor, OV5648_EXPOSURE_CTRL_HH_REG, &exposure_hh); in ov5648_exposure_value() 1559 ret = ov5648_read(sensor, OV5648_EXPOSURE_CTRL_H_REG, &exposure_h); in ov5648_exposure_value() 1563 ret = ov5648_read(sensor, OV5648_EXPOSURE_CTRL_L_REG, &exposure_l); in ov5648_exposure_value() 1605 ret = ov5648_read(sensor, OV5648_GAIN_CTRL_H_REG, &gain_h); in ov5648_gain_value() 1609 ret = ov5648_read(sensor, OV5648_GAIN_CTRL_L_REG, &gain_l); in ov5648_gain_value()
|