Lines Matching defs:tps

149 static inline int tps6507x_pmic_read(struct tps6507x_pmic *tps, u8 reg)  in tps6507x_pmic_read()
162 static inline int tps6507x_pmic_write(struct tps6507x_pmic *tps, u8 reg, u8 val) in tps6507x_pmic_write()
167 static int tps6507x_pmic_set_bits(struct tps6507x_pmic *tps, u8 reg, u8 mask) in tps6507x_pmic_set_bits()
190 static int tps6507x_pmic_clear_bits(struct tps6507x_pmic *tps, u8 reg, u8 mask) in tps6507x_pmic_clear_bits()
213 static int tps6507x_pmic_reg_read(struct tps6507x_pmic *tps, u8 reg) in tps6507x_pmic_reg_read()
227 static int tps6507x_pmic_reg_write(struct tps6507x_pmic *tps, u8 reg, u8 val) in tps6507x_pmic_reg_write()
243 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_dcdc_is_enabled() local
261 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_ldo_is_enabled() local
279 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_dcdc_enable() local
292 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_dcdc_disable() local
306 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_ldo_enable() local
319 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_ldo_disable() local
333 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_dcdc_get_voltage() local
369 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_dcdc_set_voltage() local
427 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_ldo_get_voltage() local
453 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_ldo_set_voltage() local
499 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_dcdc_list_voltage() local
514 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_ldo_list_voltage() local
553 struct tps6507x_pmic *tps; in tps6507x_pmic_probe() local
631 struct tps6507x_pmic *tps = tps6507x_dev->pmic; in tps6507x_pmic_remove() local