Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/regulator/
Dtps6105x-regulator.c32 struct tps6105x *tps6105x = rdev_get_drvdata(rdev); in tps6105x_regulator_enable() local
47 struct tps6105x *tps6105x = rdev_get_drvdata(rdev); in tps6105x_regulator_disable() local
62 struct tps6105x *tps6105x = rdev_get_drvdata(rdev); in tps6105x_regulator_is_enabled() local
80 struct tps6105x *tps6105x = rdev_get_drvdata(rdev); in tps6105x_regulator_get_voltage_sel() local
96 struct tps6105x *tps6105x = rdev_get_drvdata(rdev); in tps6105x_regulator_set_voltage_sel() local
132 struct tps6105x *tps6105x = dev_get_platdata(&pdev->dev); in tps6105x_regulator_probe() local
/linux-4.4.14/drivers/mfd/
Dtps6105x.c34 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() local
158 struct tps6105x *tps6105x = i2c_get_clientdata(client); in tps6105x_remove() local
/linux-4.4.14/include/linux/mfd/
Dtps6105x.h90 struct tps6105x { struct
91 struct tps6105x_platform_data *pdata; argument
92 struct i2c_client *client;
93 struct regulator_dev *regulator;
94 struct regmap *regmap;