Home
last modified time | relevance | path

Searched full:tps65219 (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-tps65219.c3 * GPIO driver for TI TPS65214/TPS65215/TPS65219 PMICs
10 #include <linux/mfd/tps65219.h>
25 * TPS65215 & TPS65219 GPIO mapping
34 struct tps65219 *tps;
213 .label = "tps65219-gpio",
228 struct tps65219 *tps = dev_get_drvdata(pdev->dev.parent); in tps65219_gpio_probe()
238 } else if (chip == TPS65219) { in tps65219_gpio_probe()
253 { .name = "tps65219-gpio", .driver_data = TPS65219 },
260 .name = "tps65219
[all...]
/linux/drivers/input/misc/
H A Dtps65219-pwrbutton.c3 // Driver for TPS65219 Push Button
11 #include <linux/mfd/tps65219.h>
47 struct tps65219 *tps = dev_get_drvdata(pdev->dev.parent); in tps65219_pb_probe()
122 struct tps65219 *tps = dev_get_drvdata(pdev->dev.parent); in tps65219_pb_remove()
133 { "tps65219-pwrbutton", },
148 MODULE_DESCRIPTION("TPS65219 Power Button");
/linux/drivers/regulator/
H A Dtps65219-regulator.c3 // TPS65214/TPS65215/TPS65219 PMIC Regulator Driver
23 #include <linux/mfd/tps65219.h>
165 struct tps65219 *tps = rdev_get_drvdata(dev); in tps65219_set_mode()
183 struct tps65219 *tps = rdev_get_drvdata(dev); in tps65219_get_mode()
268 // TPS65214's LDO3 pin maps to TPS65219's LDO3 pin
287 * TPS65215's LDO1 is the same as TPS65219's LDO1. LDO1 is
289 * TPS65215's LDO2 is the same as TPS65219's LDO3
390 [TPS65219] = {
417 struct tps65219 *tps, in tps65219_register_irqs()
463 struct tps65219 *tp in tps65219_regulator_probe()
[all...]
H A DKconfig1742 tristate "TI TPS65219 Power regulators"
1745 This driver supports TPS65219, TPS65215, and TPS65214 voltage
1747 TPS65219 series of PMICs have 3 single phase BUCKs & 4 LDOs
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am67a-beagley-ai.dts304 tps65219: pmic@30 { label
305 compatible = "ti,tps65219";
H A Dk3-am625-beagleplay.dts683 tps65219: pmic@30 { label
685 compatible = "ti,tps65219";
/linux/
H A DMAINTAINERS19849 F: drivers/gpio/gpio-tps65219.c
19857 F: drivers/mfd/tps65219.c
19867 F: drivers/regulator/tps65219-regulator.c