Searched refs:tps65090 (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | tps65090.c | 18 #include <linux/mfd/tps65090.h> 56 .name = "tps65090-pmic", 59 .name = "tps65090-charger", 62 .of_compatible = "ti,tps65090-charger", 125 .name = "tps65090", 162 { .compatible = "ti,tps65090",}, 172 struct tps65090 *tps65090; in tps65090_i2c_probe() local 177 "tps65090 requires platform data or of_node\n"); in tps65090_i2c_probe() 184 tps65090 in tps65090_i2c_probe() [all...] |
H A D | Makefile | 208 obj-$(CONFIG_MFD_TPS65090) += tps65090.o
|
/kernel/linux/linux-6.6/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...] |
H A D | Makefile | 210 obj-$(CONFIG_MFD_TPS65090) += tps65090.o
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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", 530 MODULE_DESCRIPTION("tps65090 regulator driver"); 533 MODULE_ALIAS("platform:tps65090-pmic");
|
/kernel/linux/linux-6.6/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");
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | Makefile | 89 obj-$(CONFIG_CHARGER_TPS65090) += tps65090-charger.o
|
H A D | tps65090-charger.c | 3 * Battery charger driver for TI's tps65090 21 #include <linux/mfd/tps65090.h> 222 .name = "tps65090-ac", 304 tps65090_charger_isr, IRQF_ONESHOT, "tps65090-charger", cdata); in tps65090_charger_probe() 343 { .compatible = "ti,tps65090-charger", }, 350 .name = "tps65090-charger", 360 MODULE_DESCRIPTION("tps65090 battery charger driver");
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | Makefile | 97 obj-$(CONFIG_CHARGER_TPS65090) += tps65090-charger.o
|
H A D | tps65090-charger.c | 3 * Battery charger driver for TI's tps65090 21 #include <linux/mfd/tps65090.h> 222 .name = "tps65090-ac", 304 tps65090_charger_isr, IRQF_ONESHOT, "tps65090-charger", cdata); in tps65090_charger_probe() 343 { .compatible = "ti,tps65090-charger", }, 350 .name = "tps65090-charger", 360 MODULE_DESCRIPTION("tps65090 battery charger driver");
|
Completed in 6 milliseconds