Searched full:tps65217 (Results 1 – 15 of 15) sorted by relevance
| /linux/include/linux/mfd/ |
| H A D | tps65217.h | 3 * 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 D | tps65217-regulator.c | 3 * 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 D | tps65217-charger.yaml | 4 $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 D | tps65217.dtsi | 8 * 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 D | tps65218-pwrbutton.c | 3 * 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 D | Kconfig | 526 TPS65217 and TPS65218 Power Management IC devices.
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | tps65218.txt | 15 tps65217: regulator-dcdc1, regulator-dcdc2, regulator-dcdc3, regulator-dcdc4,
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | am335x-osd335x-common.dtsi | 58 /include/ "../../tps65217.dtsi"
|
| H A D | am335x-chilisom.dtsi | 69 /include/ "../../tps65217.dtsi"
|
| H A D | am335x-bone-common.dtsi | 305 /include/ "../../tps65217.dtsi"
|
| H A D | am335x-nano.dts | 430 #include "../../tps65217.dtsi"
|
| H A D | am335x-pepper.dts | 426 /include/ "../../tps65217.dtsi"
|
| H A D | am335x-boneblue.dts | 360 /include/ "../../tps65217.dtsi"
|
| H A D | am335x-guardian.dts | 295 #include "../../tps65217.dtsi"
|
| /linux/ |
| H A D | MAINTAINERS | 20077 F: drivers/mfd/tps65217.c 20087 F: drivers/regulator/tps65217-regulator.c
|