Searched refs:cci_update_bits (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-cci.c | 154 int cci_update_bits(struct regmap *map, u32 reg, u64 mask, u64 val, int *err) in cci_update_bits() function 167 EXPORT_SYMBOL_GPL(cci_update_bits);
|
/openbmc/linux/include/media/ |
H A D | v4l2-cci.h | 95 int cci_update_bits(struct regmap *map, u32 reg, u64 mask, u64 val, int *err);
|
/openbmc/linux/drivers/media/i2c/ |
H A D | ov2680.c | 429 ret = cci_update_bits(sensor->regmap, OV2680_REG_FORMAT1, in ov2680_set_vflip() 445 ret = cci_update_bits(sensor->regmap, OV2680_REG_FORMAT2, in ov2680_set_hflip() 459 return cci_update_bits(sensor->regmap, OV2680_REG_ISP_CTRL00, in ov2680_test_pattern_set() 462 cci_update_bits(sensor->regmap, OV2680_REG_ISP_CTRL00, in ov2680_test_pattern_set() 464 cci_update_bits(sensor->regmap, OV2680_REG_ISP_CTRL00, in ov2680_test_pattern_set()
|
H A D | ov5693.c | 365 ret = cci_update_bits(ov5693->regmap, OV5693_FORMAT1_REG, bits, in ov5693_flip_vert_configure() 380 ret = cci_update_bits(ov5693->regmap, OV5693_FORMAT2_REG, bits, in ov5693_flip_horz_configure() 601 cci_update_bits(ov5693->regmap, OV5693_FORMAT1_REG, in ov5693_mode_configure() 605 cci_update_bits(ov5693->regmap, OV5693_FORMAT2_REG, in ov5693_mode_configure()
|