Searched refs:tps65090 (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/drivers/mfd/ |
D | tps65090.c | 169 struct tps65090 *tps65090; in tps65090_i2c_probe() local 181 tps65090 = devm_kzalloc(&client->dev, sizeof(*tps65090), GFP_KERNEL); in tps65090_i2c_probe() 182 if (!tps65090) in tps65090_i2c_probe() 185 tps65090->dev = &client->dev; in tps65090_i2c_probe() 186 i2c_set_clientdata(client, tps65090); in tps65090_i2c_probe() 188 tps65090->rmap = devm_regmap_init_i2c(client, &tps65090_regmap_config); in tps65090_i2c_probe() 189 if (IS_ERR(tps65090->rmap)) { in tps65090_i2c_probe() 190 ret = PTR_ERR(tps65090->rmap); in tps65090_i2c_probe() 196 ret = regmap_add_irq_chip(tps65090->rmap, client->irq, in tps65090_i2c_probe() 198 &tps65090_irq_chip, &tps65090->irq_data); in tps65090_i2c_probe() [all …]
|
D | Makefile | 210 obj-$(CONFIG_MFD_TPS65090) += tps65090.o
|
/Linux-v6.6/include/linux/mfd/ |
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()
|
/Linux-v6.6/Documentation/devicetree/bindings/regulator/ |
D | tps65090.txt | 4 - compatible: "ti,tps65090" 33 tps65090@48 { 34 compatible = "ti,tps65090";
|
/Linux-v6.6/arch/arm/boot/dts/samsung/ |
D | exynos5250-snow-common.dtsi | 96 compatible = "ti,tps65090"; 168 compatible = "ti,tps65090-charger"; 618 tps65090_irq: tps65090-irq-pins {
|
D | exynos5420-peach-pit.dts | 832 tps65090_irq: tps65090-irq-pins { 989 compatible = "ti,tps65090"; 1055 compatible = "ti,tps65090-charger";
|
D | exynos5800-peach-pi.dts | 814 tps65090_irq: tps65090-irq-pins { 971 compatible = "ti,tps65090"; 1037 compatible = "ti,tps65090-charger";
|
/Linux-v6.6/drivers/power/supply/ |
D | Makefile | 97 obj-$(CONFIG_CHARGER_TPS65090) += tps65090-charger.o
|
/Linux-v6.6/arch/arm/boot/dts/nvidia/ |
D | tegra114-dalmore.dts | 815 tps65090@48 { 816 compatible = "ti,tps65090"; 835 compatible = "ti,tps65090-charger";
|
/Linux-v6.6/drivers/regulator/ |
D | tps65090-regulator.c | 407 struct tps65090 *tps65090_mfd = dev_get_drvdata(pdev->dev.parent); in tps65090_regulator_probe()
|
D | Makefile | 176 obj-$(CONFIG_REGULATOR_TPS65090) += tps65090-regulator.o
|