Lines Matching refs:tps6507x_pmic
115 struct tps6507x_pmic { struct
121 static inline int tps6507x_pmic_read(struct tps6507x_pmic *tps, u8 reg) in tps6507x_pmic_read() argument
134 static inline int tps6507x_pmic_write(struct tps6507x_pmic *tps, u8 reg, u8 val) in tps6507x_pmic_write()
139 static int tps6507x_pmic_set_bits(struct tps6507x_pmic *tps, u8 reg, u8 mask) in tps6507x_pmic_set_bits()
162 static int tps6507x_pmic_clear_bits(struct tps6507x_pmic *tps, u8 reg, u8 mask) in tps6507x_pmic_clear_bits()
185 static int tps6507x_pmic_reg_read(struct tps6507x_pmic *tps, u8 reg) in tps6507x_pmic_reg_read()
199 static int tps6507x_pmic_reg_write(struct tps6507x_pmic *tps, u8 reg, u8 val) in tps6507x_pmic_reg_write()
215 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_is_enabled()
233 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_enable()
246 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_disable()
260 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_get_voltage_sel()
306 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); in tps6507x_pmic_set_voltage_sel()
365 struct tps6507x_pmic *tps = config->driver_data; in tps6507x_pmic_of_parse_cb()
384 struct tps6507x_pmic *tps; in tps6507x_pmic_probe()