Searched refs:tps6105x (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/drivers/mfd/ |
| D | tps6105x.c | 33 static int tps6105x_startup(struct tps6105x *tps6105x) in tps6105x_startup() argument 38 ret = regmap_read(tps6105x->regmap, TPS6105X_REG_0, ®val); in tps6105x_startup() 43 dev_info(&tps6105x->client->dev, in tps6105x_startup() 47 dev_info(&tps6105x->client->dev, in tps6105x_startup() 51 dev_info(&tps6105x->client->dev, in tps6105x_startup() 55 dev_info(&tps6105x->client->dev, in tps6105x_startup() 85 static int tps6105x_add_device(struct tps6105x *tps6105x, in tps6105x_add_device() argument 88 cell->platform_data = tps6105x; in tps6105x_add_device() 89 cell->pdata_size = sizeof(*tps6105x); in tps6105x_add_device() 91 return mfd_add_devices(&tps6105x->client->dev, in tps6105x_add_device() [all …]
|
| D | Makefile | 87 obj-$(CONFIG_TPS6105X) += tps6105x.o
|
| /Linux-v4.19/drivers/regulator/ |
| D | tps6105x-regulator.c | 60 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()
|
| D | Makefile | 107 obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o
|
| /Linux-v4.19/include/linux/mfd/ |
| D | tps6105x.h | 90 struct tps6105x { struct
|