Home
last modified time | relevance | path

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

/drivers/mfd/
Dtps65090.c169 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 …]
DMakefile210 obj-$(CONFIG_MFD_TPS65090) += tps65090.o
/drivers/power/supply/
DMakefile97 obj-$(CONFIG_CHARGER_TPS65090) += tps65090-charger.o
/drivers/regulator/
Dtps65090-regulator.c407 struct tps65090 *tps65090_mfd = dev_get_drvdata(pdev->dev.parent); in tps65090_regulator_probe()
DMakefile176 obj-$(CONFIG_REGULATOR_TPS65090) += tps65090-regulator.o