Searched refs:tps6105x (Results 1 – 7 of 7) sorted by relevance
32 static int tps6105x_startup(struct tps6105x *tps6105x) in tps6105x_startup() argument42 dev_info(&tps6105x->client->dev, in tps6105x_startup()84 static int tps6105x_add_device(struct tps6105x *tps6105x, in tps6105x_add_device() argument87 cell->platform_data = tps6105x; in tps6105x_add_device()122 struct tps6105x *tps6105x; in tps6105x_probe() local134 tps6105x = devm_kmalloc(&client->dev, sizeof(*tps6105x), GFP_KERNEL); in tps6105x_probe()135 if (!tps6105x) in tps6105x_probe()139 if (IS_ERR(tps6105x->regmap)) in tps6105x_probe()143 tps6105x->client = client; in tps6105x_probe()144 tps6105x->pdata = pdata; in tps6105x_probe()[all …]
88 obj-$(CONFIG_TPS6105X) += tps6105x.o
60 struct tps6105x *tps6105x = dev_get_platdata(&pdev->dev); in tps6105x_regulator_probe() local61 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()76 config.regmap = tps6105x->regmap; in tps6105x_regulator_probe()79 tps6105x->regulator = devm_regulator_register(&pdev->dev, in tps6105x_regulator_probe()82 if (IS_ERR(tps6105x->regulator)) { in tps6105x_regulator_probe()83 ret = PTR_ERR(tps6105x->regulator); in tps6105x_regulator_probe()84 dev_err(&tps6105x->client->dev, in tps6105x_regulator_probe()88 platform_set_drvdata(pdev, tps6105x); in tps6105x_regulator_probe()
161 obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o
38 struct tps6105x *tps6105x = dev_get_platdata(&pdev->dev); in tps6105x_led_probe() local39 struct tps6105x_platform_data *pdata = tps6105x->pdata; in tps6105x_led_probe()59 priv->regmap = tps6105x->regmap; in tps6105x_led_probe()66 ret = regmap_update_bits(tps6105x->regmap, TPS6105X_REG_0, in tps6105x_led_probe()
82 obj-$(CONFIG_LEDS_TPS6105X) += leds-tps6105x.o
89 struct tps6105x { struct
Completed in 7 milliseconds