Searched refs:ov8865_update_bits (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | ov8865.c | 1407 static int ov8865_update_bits(struct ov8865_sensor *sensor, u16 address, in ov8865_update_bits() function 1507 ret = ov8865_update_bits(sensor, OV8865_CLK_SEL1_REG, in ov8865_mipi_configure() 1655 ret = ov8865_update_bits(sensor, OV8865_PCLK_SEL_REG, in ov8865_mode_pll1_configure() 1671 return ov8865_update_bits(sensor, OV8865_PLL_CTRL1E_REG, in ov8865_mode_pll1_configure() 1726 ret = ov8865_update_bits(sensor, OV8865_CLK_SEL1_REG, in ov8865_mode_sclk_configure() 1767 ret = ov8865_update_bits(sensor, OV8865_ISP_CTRL2_REG, in ov8865_mode_binning_configure() 2198 return ov8865_update_bits(sensor, OV8865_FORMAT1_REG, bits, in ov8865_flip_vert_configure() 2207 return ov8865_update_bits(sensor, OV8865_FORMAT2_REG, bits, in ov8865_flip_horz_configure()
|