Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/regulator/
Dtps65219-regulator.c3 // tps65219-regulator.c
5 // Regulator driver for TPS65219 PMIC
24 #include <linux/mfd/tps65219.h>
141 struct tps65219 *tps = rdev_get_drvdata(dev); in tps65219_set_mode()
159 struct tps65219 *tps = rdev_get_drvdata(dev); in tps65219_get_mode()
178 * TPS65219 Requires explicitly that regulator is disabled before switch
182 struct tps65219 *tps = rdev_get_drvdata(dev); in tps65219_set_bypass()
325 struct tps65219 *tps = dev_get_drvdata(pdev->dev.parent); in tps65219_regulator_probe()
393 { "tps65219-regulator", },
400 .name = "tps65219-pmic",
[all …]
DKconfig1407 tristate "TI TPS65219 Power regulators"
1410 This driver supports TPS65219 voltage regulator chips.
1411 TPS65219 series of PMICs have 3 single phase BUCKs & 4 LDOs
DMakefile167 obj-$(CONFIG_REGULATOR_TPS65219) += tps65219-regulator.o
/Linux-v6.1/Documentation/devicetree/bindings/regulator/
Dti,tps65219.yaml4 $id: http://devicetree.org/schemas/regulator/ti,tps65219.yaml#
7 title: TI tps65219 Power Management Integrated Circuit regulators
18 - ti,tps65219
44 TPS65219 has a multipurpose pin called EN/PB/VSENSE that can be either
100 tps65219: pmic@30 {
101 compatible = "ti,tps65219";
/Linux-v6.1/
DMAINTAINERS15139 F: drivers/regulator/tps65219-regulator.c