Home
last modified time | relevance | path

Searched full:tps65217 (Results 1 – 15 of 15) sorted by relevance

/linux/include/linux/mfd/
H A Dtps65217.h3 * linux/mfd/tps65217.h
5 * Functions to access TPS65217 power management chip.
18 #define TPS65217 0xF0 macro
20 /* I2C ID for TPS65217 part */
250 * struct tps65217 - tps65217 sub-driver chip access routines
252 * Device data may be used to access the TPS65217 chip
255 struct tps65217 { struct
267 static inline struct tps65217 *dev_to_tps65217(struct device *dev) in dev_to_tps65217() argument
272 int tps65217_reg_read(struct tps65217 *tps, unsigned int reg,
274 int tps65217_reg_write(struct tps65217 *tps, unsigned int reg,
[all …]
/linux/drivers/regulator/
H A Dtps65217-regulator.c3 * tps65217-regulator.c
5 * Regulator driver for TPS65217 PMIC
20 #include <linux/mfd/tps65217.h>
66 struct tps65217 *tps = rdev_get_drvdata(dev); in tps65217_pmic_enable()
80 struct tps65217 *tps = rdev_get_drvdata(dev); in tps65217_pmic_disable()
95 struct tps65217 *tps = rdev_get_drvdata(dev); in tps65217_pmic_set_voltage_sel()
116 struct tps65217 *tps = rdev_get_drvdata(dev); in tps65217_pmic_set_suspend_enable()
129 struct tps65217 *tps = rdev_get_drvdata(dev); in tps65217_pmic_set_suspend_disable()
215 struct tps65217 *tps = dev_get_drvdata(pdev->dev.parent); in tps65217_regulator_probe()
260 .name = "tps65217-pmic",
[all …]
/linux/Documentation/devicetree/bindings/power/supply/
H A Dtps65217-charger.yaml4 $id: http://devicetree.org/schemas/power/supply/tps65217-charger.yaml#
7 title: TPS65217 Charger
17 const: ti,tps65217-charger
39 compatible = "ti,tps65217-charger";
/linux/arch/arm/boot/dts/
H A 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";
/linux/drivers/input/misc/
H A Dtps65218-pwrbutton.c3 * Texas Instruments' TPS65217 and TPS65218 Power Button Input Driver
14 #include <linux/mfd/tps65217.h>
49 { .compatible = "ti,tps65217-pwrbutton", .data = &tps65217_data },
143 { "tps65217-pwrbutton", },
H A DKconfig526 TPS65217 and TPS65218 Power Management IC devices.
/linux/Documentation/devicetree/bindings/regulator/
H A Dtps65218.txt15 tps65217: regulator-dcdc1, regulator-dcdc2, regulator-dcdc3, regulator-dcdc4,
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-osd335x-common.dtsi58 /include/ "../../tps65217.dtsi"
H A Dam335x-chilisom.dtsi69 /include/ "../../tps65217.dtsi"
H A Dam335x-bone-common.dtsi305 /include/ "../../tps65217.dtsi"
H A Dam335x-nano.dts430 #include "../../tps65217.dtsi"
H A Dam335x-pepper.dts426 /include/ "../../tps65217.dtsi"
H A Dam335x-boneblue.dts360 /include/ "../../tps65217.dtsi"
H A Dam335x-guardian.dts295 #include "../../tps65217.dtsi"
/linux/
H A DMAINTAINERS20077 F: drivers/mfd/tps65217.c
20087 F: drivers/regulator/tps65217-regulator.c