Home
last modified time | relevance | path

Searched refs:tps6105x (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/regulator/
Dtps6105x-regulator.c60 struct tps6105x *tps6105x = dev_get_platdata(&pdev->dev); in tps6105x_regulator_probe() local
61 struct tps6105x_platform_data *pdata = tps6105x->pdata; in tps6105x_regulator_probe()
72 config.dev = &tps6105x->client->dev; in tps6105x_regulator_probe()
74 config.driver_data = tps6105x; in tps6105x_regulator_probe()
75 config.regmap = tps6105x->regmap; in tps6105x_regulator_probe()
78 tps6105x->regulator = devm_regulator_register(&pdev->dev, in tps6105x_regulator_probe()
81 if (IS_ERR(tps6105x->regulator)) { in tps6105x_regulator_probe()
82 ret = PTR_ERR(tps6105x->regulator); in tps6105x_regulator_probe()
83 dev_err(&tps6105x->client->dev, in tps6105x_regulator_probe()
87 platform_set_drvdata(pdev, tps6105x); in tps6105x_regulator_probe()
DMakefile107 obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o
/linux-4.19.296/include/linux/mfd/
Dtps6105x.h90 struct tps6105x { struct