Searched refs:tps65090 (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/mfd/ |
D | tps65090.c | 182 struct tps65090 *tps65090; in tps65090_i2c_probe() local 194 tps65090 = devm_kzalloc(&client->dev, sizeof(*tps65090), GFP_KERNEL); in tps65090_i2c_probe() 195 if (!tps65090) in tps65090_i2c_probe() 198 tps65090->dev = &client->dev; in tps65090_i2c_probe() 199 i2c_set_clientdata(client, tps65090); in tps65090_i2c_probe() 201 tps65090->rmap = devm_regmap_init_i2c(client, &tps65090_regmap_config); in tps65090_i2c_probe() 202 if (IS_ERR(tps65090->rmap)) { in tps65090_i2c_probe() 203 ret = PTR_ERR(tps65090->rmap); in tps65090_i2c_probe() 209 ret = regmap_add_irq_chip(tps65090->rmap, client->irq, in tps65090_i2c_probe() 211 &tps65090_irq_chip, &tps65090->irq_data); in tps65090_i2c_probe() [all …]
|
D | Makefile | 197 obj-$(CONFIG_MFD_TPS65090) += tps65090.o
|
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/ |
D | tps65090.txt | 4 -compatible: "ti,tps65090-charger" 10 This node is a subnode of the tps65090 PMIC. 14 tps65090-charger { 15 compatible = "ti,tps65090-charger";
|
/Linux-v4.19/include/linux/mfd/ |
D | tps65090.h | 88 struct tps65090 { struct 130 struct tps65090 *tps = dev_get_drvdata(dev); in tps65090_write() 137 struct tps65090 *tps = dev_get_drvdata(dev); in tps65090_read() 150 struct tps65090 *tps = dev_get_drvdata(dev); in tps65090_set_bits() 158 struct tps65090 *tps = dev_get_drvdata(dev); in tps65090_clr_bits()
|
/Linux-v4.19/Documentation/devicetree/bindings/regulator/ |
D | tps65090.txt | 4 - compatible: "ti,tps65090" 33 tps65090@48 { 34 compatible = "ti,tps65090";
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | exynos5250-snow-common.dtsi | 97 compatible = "ti,tps65090"; 169 compatible = "ti,tps65090-charger"; 613 tps65090_irq: tps65090-irq {
|
D | exynos5800-peach-pi.dts | 792 tps65090_irq: tps65090-irq { 956 compatible = "ti,tps65090"; 1022 compatible = "ti,tps65090-charger";
|
D | exynos5420-peach-pit.dts | 823 tps65090_irq: tps65090-irq { 987 compatible = "ti,tps65090"; 1053 compatible = "ti,tps65090-charger";
|
D | tegra114-dalmore.dts | 815 tps65090@48 { 816 compatible = "ti,tps65090"; 835 compatible = "ti,tps65090-charger";
|
/Linux-v4.19/drivers/power/supply/ |
D | Makefile | 83 obj-$(CONFIG_CHARGER_TPS65090) += tps65090-charger.o
|
/Linux-v4.19/drivers/regulator/ |
D | Makefile | 112 obj-$(CONFIG_REGULATOR_TPS65090) += tps65090-regulator.o
|
D | tps65090-regulator.c | 411 struct tps65090 *tps65090_mfd = dev_get_drvdata(pdev->dev.parent); in tps65090_regulator_probe()
|