Searched refs:tps65090 (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/mfd/ |
H A D | tps65090.c | 18 #include <linux/mfd/tps65090.h> 55 .name = "tps65090-pmic", 58 .name = "tps65090-charger", 61 .of_compatible = "ti,tps65090-charger", 124 .name = "tps65090", 160 { .compatible = "ti,tps65090",}, 169 struct tps65090 *tps65090; in tps65090_i2c_probe() local 174 "tps65090 requires platform data or of_node\n"); in tps65090_i2c_probe() 181 tps65090 in tps65090_i2c_probe() [all...] |
/linux/include/linux/mfd/ |
H A D | tps65090.h | 74 struct tps65090 { struct 116 struct tps65090 *tps = dev_get_drvdata(dev); in tps65090_write() 123 struct tps65090 *tps = dev_get_drvdata(dev); in tps65090_read() 136 struct tps65090 *tps = dev_get_drvdata(dev); in tps65090_set_bits() 144 struct tps65090 *tps = dev_get_drvdata(dev); in tps65090_clr_bits() 81 irq_datatps65090 global() argument
|
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | tps65090.txt | 4 - compatible: "ti,tps65090" 33 tps65090@48 { 34 compatible = "ti,tps65090";
|
/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5250-snow-common.dtsi | 96 compatible = "ti,tps65090"; 168 compatible = "ti,tps65090-charger"; 618 tps65090_irq: tps65090-irq-pins {
|
H A D | exynos5420-peach-pit.dts | 832 tps65090_irq: tps65090-irq-pins { 990 compatible = "ti,tps65090"; 1056 compatible = "ti,tps65090-charger";
|
H A D | exynos5800-peach-pi.dts | 814 tps65090_irq: tps65090-irq-pins { 972 compatible = "ti,tps65090"; 1038 compatible = "ti,tps65090-charger";
|
/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra114-dalmore.dts | 815 tps65090@48 { 816 compatible = "ti,tps65090"; 835 compatible = "ti,tps65090-charger";
|
/linux/drivers/regulator/ |
H A D | tps65090-regulator.c | 3 * Regulator driver for tps65090 power management chip. 20 #include <linux/mfd/tps65090.h> 33 * struct tps65090_regulator - Per-regulator data for a tps65090 regulator 122 * Some versions of the tps65090 have issues when turning on the FETs. 378 "tps65090"); in tps65090_parse_dt_reg_data() 407 struct tps65090 *tps65090_mfd = dev_get_drvdata(pdev->dev.parent); in tps65090_regulator_probe() 513 .name = "tps65090-pmic", 531 MODULE_DESCRIPTION("tps65090 regulator driver"); 534 MODULE_ALIAS("platform:tps65090-pmic");
|
H A D | Makefile | 183 obj-$(CONFIG_REGULATOR_TPS65090) += tps65090-regulator.o
|