Home
last modified time | relevance | path

Searched refs:tps65217 (Results 1 – 23 of 23) sorted by relevance

/Linux-v5.15/drivers/mfd/
Dtps65217.c47 struct tps65217 *tps = irq_data_get_irq_chip_data(data); in tps65217_irq_lock()
54 struct tps65217 *tps = irq_data_get_irq_chip_data(data); in tps65217_irq_sync_unlock()
67 struct tps65217 *tps = irq_data_get_irq_chip_data(data); in tps65217_irq_enable()
75 struct tps65217 *tps = irq_data_get_irq_chip_data(data); in tps65217_irq_disable()
114 struct tps65217 *tps = data; in tps65217_irq_thread()
143 struct tps65217 *tps = h->host_data; in tps65217_irq_map()
158 static int tps65217_irq_init(struct tps65217 *tps, int irq) in tps65217_irq_init()
198 int tps65217_reg_read(struct tps65217 *tps, unsigned int reg, in tps65217_reg_read()
213 int tps65217_reg_write(struct tps65217 *tps, unsigned int reg, in tps65217_reg_write()
259 static int tps65217_update_bits(struct tps65217 *tps, unsigned int reg, in tps65217_update_bits()
[all …]
DMakefile102 obj-$(CONFIG_MFD_TPS65217) += tps65217.o
DKconfig1529 will be called tps65217.
/Linux-v5.15/Documentation/devicetree/bindings/input/
Dtps65218-pwrbutton.txt4 TPS65217 chip see Documentation/devicetree/bindings/regulator/tps65217.txt.
9 - compatible: should be "ti,tps65217-pwrbutton" or "ti,tps65218-pwrbutton"
13 - <2>: For controllers compatible with tps65217
19 tps65217-pwrbutton {
20 compatible = "ti,tps65217-pwrbutton";
/Linux-v5.15/arch/arm/boot/dts/
Dtps65217.dtsi8 * http://www.ti.com/lit/ds/symlink/tps65217.pdf
12 compatible = "ti,tps65217";
17 compatible = "ti,tps65217-charger";
24 compatible = "ti,tps65217-pwrbutton";
Dam335x-osd335x-common.dtsi57 /include/ "tps65217.dtsi"
Dam335x-chilisom.dtsi69 /include/ "tps65217.dtsi"
Dam335x-bone-common.dtsi276 /include/ "tps65217.dtsi"
Dam335x-guardian.dts255 #include "tps65217.dtsi"
Dam335x-nano.dts410 #include "tps65217.dtsi"
Dam335x-shc.dts253 compatible = "ti,tps65217";
Dam335x-boneblue.dts356 /include/ "tps65217.dtsi"
Dam335x-pepper.dts426 /include/ "tps65217.dtsi"
Dam335x-sl50.dts600 #include "tps65217.dtsi"
/Linux-v5.15/include/linux/mfd/
Dtps65217.h263 struct tps65217 { struct
275 static inline struct tps65217 *dev_to_tps65217(struct device *dev) in dev_to_tps65217() argument
280 int tps65217_reg_read(struct tps65217 *tps, unsigned int reg,
282 int tps65217_reg_write(struct tps65217 *tps, unsigned int reg,
284 int tps65217_set_bits(struct tps65217 *tps, unsigned int reg,
286 int tps65217_clear_bits(struct tps65217 *tps, unsigned int reg,
/Linux-v5.15/drivers/regulator/
Dtps65217-regulator.c74 struct tps65217 *tps = rdev_get_drvdata(dev); in tps65217_pmic_enable()
88 struct tps65217 *tps = rdev_get_drvdata(dev); in tps65217_pmic_disable()
103 struct tps65217 *tps = rdev_get_drvdata(dev); in tps65217_pmic_set_voltage_sel()
124 struct tps65217 *tps = rdev_get_drvdata(dev); in tps65217_pmic_set_suspend_enable()
137 struct tps65217 *tps = rdev_get_drvdata(dev); in tps65217_pmic_set_suspend_disable()
223 struct tps65217 *tps = dev_get_drvdata(pdev->dev.parent); in tps65217_regulator_probe()
DMakefile155 obj-$(CONFIG_REGULATOR_TPS65217) += tps65217-regulator.o
/Linux-v5.15/Documentation/devicetree/bindings/regulator/
Dtps65217.txt4 - compatible: "ti,tps65217"
18 tps65217: dcdc1, dcdc2, dcdc3, ldo1, ldo2, ldo3 and ldo4
25 compatible = "ti,tps65217";
Dtps65218.txt15 tps65217: regulator-dcdc1, regulator-dcdc2, regulator-dcdc3, regulator-dcdc4,
/Linux-v5.15/Documentation/devicetree/bindings/leds/backlight/
Dtps65217-backlight.txt7 - compatible: "ti,tps65217"
20 compatible = "ti,tps65217";
/Linux-v5.15/drivers/video/backlight/
Dtps65217_bl.c29 struct tps65217 *tps;
178 struct tps65217 *tps = dev_get_drvdata(pdev->dev.parent); in tps65217_bl_parse_dt()
264 struct tps65217 *tps = dev_get_drvdata(pdev->dev.parent); in tps65217_bl_probe()
/Linux-v5.15/drivers/power/supply/
Dtps65217_charger.c31 struct tps65217 *tps;
186 struct tps65217 *tps = dev_get_drvdata(pdev->dev.parent); in tps65217_charger_probe()
/Linux-v5.15/
DMAINTAINERS13769 F: drivers/mfd/tps65217.c
13778 F: drivers/regulator/tps65217-regulator.c