Searched refs:ov5648_update_bits (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | ov5648.c | 1025 static int ov5648_update_bits(struct ov5648_sensor *sensor, u16 address, in ov5648_update_bits() function 1155 return ov5648_update_bits(sensor, OV5648_BLC_CTRL5_REG, in ov5648_black_level_configure() 1169 ret = ov5648_update_bits(sensor, OV5648_ISP_CTRL0_REG, bits, bits); in ov5648_isp_configure() 1445 ret = ov5648_update_bits(sensor, OV5648_TC20_REG, in ov5648_mode_configure() 1453 ret = ov5648_update_bits(sensor, OV5648_TC21_REG, in ov5648_mode_configure() 1522 return ov5648_update_bits(sensor, OV5648_MANUAL_CTRL_REG, in ov5648_exposure_auto_configure() 1578 return ov5648_update_bits(sensor, OV5648_MANUAL_CTRL_REG, in ov5648_gain_auto_configure() 1663 return ov5648_update_bits(sensor, OV5648_TC20_REG, bits, in ov5648_flip_vert_configure() 1672 return ov5648_update_bits(sensor, OV5648_TC21_REG, bits, in ov5648_flip_horz_configure()
|