Searched refs:ov8865_update_bits (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/media/i2c/ |
| D | ov8865.c | 1353 static int ov8865_update_bits(struct ov8865_sensor *sensor, u16 address, in ov8865_update_bits() function 1453 ret = ov8865_update_bits(sensor, OV8865_CLK_SEL1_REG, in ov8865_mipi_configure() 1600 ret = ov8865_update_bits(sensor, OV8865_PCLK_SEL_REG, in ov8865_mode_pll1_configure() 1616 return ov8865_update_bits(sensor, OV8865_PLL_CTRL1E_REG, in ov8865_mode_pll1_configure() 1668 ret = ov8865_update_bits(sensor, OV8865_CLK_SEL1_REG, in ov8865_mode_sclk_configure() 1709 ret = ov8865_update_bits(sensor, OV8865_ISP_CTRL2_REG, in ov8865_mode_binning_configure() 2135 return ov8865_update_bits(sensor, OV8865_FORMAT1_REG, bits, in ov8865_flip_vert_configure() 2144 return ov8865_update_bits(sensor, OV8865_FORMAT2_REG, bits, in ov8865_flip_horz_configure()
|