Home
last modified time | relevance | path

Searched refs:tps65090 (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dtps65090.c172 struct tps65090 *tps65090; in tps65090_i2c_probe() local
184 tps65090 = devm_kzalloc(&client->dev, sizeof(*tps65090), GFP_KERNEL); in tps65090_i2c_probe()
185 if (!tps65090) in tps65090_i2c_probe()
188 tps65090->dev = &client->dev; in tps65090_i2c_probe()
189 i2c_set_clientdata(client, tps65090); in tps65090_i2c_probe()
191 tps65090->rmap = devm_regmap_init_i2c(client, &tps65090_regmap_config); in tps65090_i2c_probe()
192 if (IS_ERR(tps65090->rmap)) { in tps65090_i2c_probe()
193 ret = PTR_ERR(tps65090->rmap); in tps65090_i2c_probe()
199 ret = regmap_add_irq_chip(tps65090->rmap, client->irq, in tps65090_i2c_probe()
201 &tps65090_irq_chip, &tps65090->irq_data); in tps65090_i2c_probe()
[all …]
H A DMakefile210 obj-$(CONFIG_MFD_TPS65090) += tps65090.o
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dtps65090.h74 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()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dtps65090.txt4 -compatible: "ti,tps65090-charger"
10 This node is a subnode of the tps65090 PMIC.
14 tps65090-charger {
15 compatible = "ti,tps65090-charger";
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/power/
H A Dtps65090.txt4 -compatible: "ti,tps65090-charger"
10 This node is a subnode of the tps65090 PMIC.
14 tps65090-charger {
15 compatible = "ti,tps65090-charger";
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/regulator/
H A Dtps65090.txt4 - compatible: "ti,tps65090"
29 tps65090@48 {
30 compatible = "ti,tps65090";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dtps65090.txt4 - compatible: "ti,tps65090"
33 tps65090@48 {
34 compatible = "ti,tps65090";
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dexynos5800-peach-pi.dts221 compatible = "ti,tps65090";
267 compatible = "ti,tps65090-charger";
H A Dexynos5420-peach-pit.dts358 compatible = "ti,tps65090";
404 compatible = "ti,tps65090-charger";
H A Dexynos5250-snow.dts135 compatible = "ti,tps65090";
187 compatible = "ti,tps65090-charger";
H A Dexynos5250-spring.dts465 compatible = "ti,tps65090";
/OK3568_Linux_fs/u-boot/drivers/power/pmic/
H A DMakefile21 obj-$(CONFIG_PMIC_TPS65090) += tps65090.o
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dexynos5250-snow-common.dtsi97 compatible = "ti,tps65090";
169 compatible = "ti,tps65090-charger";
618 tps65090_irq: tps65090-irq {
H A Dexynos5800-peach-pi.dts809 tps65090_irq: tps65090-irq {
973 compatible = "ti,tps65090";
1039 compatible = "ti,tps65090-charger";
H A Dexynos5420-peach-pit.dts827 tps65090_irq: tps65090-irq {
991 compatible = "ti,tps65090";
1057 compatible = "ti,tps65090-charger";
H A Dtegra114-dalmore.dts813 tps65090@48 {
814 compatible = "ti,tps65090";
833 compatible = "ti,tps65090-charger";
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A DMakefile95 obj-$(CONFIG_CHARGER_TPS65090) += tps65090-charger.o
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dtps65090-regulator.c407 struct tps65090 *tps65090_mfd = dev_get_drvdata(pdev->dev.parent); in tps65090_regulator_probe()
H A DMakefile145 obj-$(CONFIG_REGULATOR_TPS65090) += tps65090-regulator.o