Lines Matching refs:tps6105x
20 #include <linux/mfd/tps6105x.h>
39 .name = "tps6105x-boost",
60 struct tps6105x *tps6105x = dev_get_platdata(&pdev->dev);
61 struct tps6105x_platform_data *pdata = tps6105x->pdata;
72 config.dev = &tps6105x->client->dev;
74 config.driver_data = tps6105x;
76 config.regmap = tps6105x->regmap;
79 tps6105x->regulator = devm_regulator_register(&pdev->dev,
82 if (IS_ERR(tps6105x->regulator)) {
83 ret = PTR_ERR(tps6105x->regulator);
84 dev_err(&tps6105x->client->dev,
88 platform_set_drvdata(pdev, tps6105x);
95 .name = "tps6105x-regulator",
116 MODULE_ALIAS("platform:tps6105x-regulator");