Home
last modified time | relevance | path

Searched refs:regmap_8bits (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dtps549b22-regulator.c66 struct regmap *regmap_8bits; member
96 if (regmap_update_bits(tps549b22->regmap_8bits, in tps549b22_reg_init()
100 return regmap_update_bits(tps549b22->regmap_8bits, in tps549b22_reg_init()
116 err = regmap_read(tps549b22->regmap_8bits, TPS549b22_REG_ST_BYTE, &val); in tps549b22dcdc_is_enabled()
127 return regmap_update_bits(tps549b22->regmap_8bits, in tps549b22dcdc_enable()
137 return regmap_update_bits(tps549b22->regmap_8bits, in tps549b22dcdc_disable()
318 tps549b22->regmap_8bits = in tps549b22_i2c_probe()
320 if (IS_ERR(tps549b22->regmap_8bits)) { in tps549b22_i2c_probe()
322 return PTR_ERR(tps549b22->regmap_8bits); in tps549b22_i2c_probe()