Lines Matching defs:tps6507x_pmic
107 struct tps6507x_pmic {
113 static inline int tps6507x_pmic_read(struct tps6507x_pmic *tps, u8 reg)
126 static inline int tps6507x_pmic_write(struct tps6507x_pmic *tps, u8 reg, u8 val)
131 static int tps6507x_pmic_set_bits(struct tps6507x_pmic *tps, u8 reg, u8 mask)
154 static int tps6507x_pmic_clear_bits(struct tps6507x_pmic *tps, u8 reg, u8 mask)
177 static int tps6507x_pmic_reg_read(struct tps6507x_pmic *tps, u8 reg)
191 static int tps6507x_pmic_reg_write(struct tps6507x_pmic *tps, u8 reg, u8 val)
207 struct tps6507x_pmic *tps = rdev_get_drvdata(dev);
225 struct tps6507x_pmic *tps = rdev_get_drvdata(dev);
238 struct tps6507x_pmic *tps = rdev_get_drvdata(dev);
252 struct tps6507x_pmic *tps = rdev_get_drvdata(dev);
298 struct tps6507x_pmic *tps = rdev_get_drvdata(dev);
357 struct tps6507x_pmic *tps = config->driver_data;
376 struct tps6507x_pmic *tps;