Searched defs:tps6105x (Results 1 – 3 of 3) sorted by relevance
32 struct tps6105x *tps6105x = rdev_get_drvdata(rdev); in tps6105x_regulator_enable() local47 struct tps6105x *tps6105x = rdev_get_drvdata(rdev); in tps6105x_regulator_disable() local62 struct tps6105x *tps6105x = rdev_get_drvdata(rdev); in tps6105x_regulator_is_enabled() local80 struct tps6105x *tps6105x = rdev_get_drvdata(rdev); in tps6105x_regulator_get_voltage_sel() local96 struct tps6105x *tps6105x = rdev_get_drvdata(rdev); in tps6105x_regulator_set_voltage_sel() local132 struct tps6105x *tps6105x = dev_get_platdata(&pdev->dev); in tps6105x_regulator_probe() local
34 static int tps6105x_startup(struct tps6105x *tps6105x) in tps6105x_startup()86 static int tps6105x_add_device(struct tps6105x *tps6105x, in tps6105x_add_device()99 struct tps6105x *tps6105x; in tps6105x_probe() local158 struct tps6105x *tps6105x = i2c_get_clientdata(client); in tps6105x_remove() local
90 struct tps6105x { struct91 struct tps6105x_platform_data *pdata; argument92 struct i2c_client *client;93 struct regulator_dev *regulator;94 struct regmap *regmap;