Lines Matching full:tps65219
3 // Driver for TPS65219 Integrated Power Management Integrated Chips (PMIC)
12 #include <linux/mfd/tps65219.h>
14 static int tps65219_warm_reset(struct tps65219 *tps) in tps65219_warm_reset()
21 static int tps65219_cold_reset(struct tps65219 *tps) in tps65219_cold_reset()
28 static int tps65219_soft_shutdown(struct tps65219 *tps) in tps65219_soft_shutdown()
41 static int tps65219_restart(struct tps65219 *tps, unsigned long reboot_mode) in tps65219_restart()
114 .name = "tps65219-regulator",
118 { .name = "tps65219-gpio", },
122 .name = "tps65219-pwrbutton",
230 struct tps65219 *tps; in tps65219_probe()
301 { .compatible = "ti,tps65219", },
308 .name = "tps65219",
316 MODULE_DESCRIPTION("TPS65219 power management IC driver");