Searched refs:tps6507x_pmic (Results 1 – 1 of 1) sorted by relevance
/drivers/regulator/ |
D | tps6507x-regulator.c | 115 struct tps6507x_pmic { struct 122 static inline int tps6507x_pmic_read(struct tps6507x_pmic *tps, u8 reg) in tps6507x_pmic_read() argument 135 static inline int tps6507x_pmic_write(struct tps6507x_pmic *tps, u8 reg, u8 val) in tps6507x_pmic_write() 140 static int tps6507x_pmic_set_bits(struct tps6507x_pmic *tps, u8 reg, u8 mask) in tps6507x_pmic_set_bits() 163 static int tps6507x_pmic_clear_bits(struct tps6507x_pmic *tps, u8 reg, u8 mask) in tps6507x_pmic_clear_bits() 186 static int tps6507x_pmic_reg_read(struct tps6507x_pmic *tps, u8 reg) in tps6507x_pmic_reg_read() 200 static int tps6507x_pmic_reg_write(struct tps6507x_pmic *tps, u8 reg, u8 val) in tps6507x_pmic_reg_write() 216 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_is_enabled() 234 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_enable() 247 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_disable() [all …]
|