Home
last modified time | relevance | path

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

/linux-3.4.99/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
140 struct tps6105x *tps6105x = dev_get_platdata(&pdev->dev); in tps6105x_regulator_probe() local
169 struct tps6105x *tps6105x = dev_get_platdata(&pdev->dev); in tps6105x_regulator_remove() local
/linux-3.4.99/drivers/mfd/
Dtps6105x.c28 int tps6105x_set(struct tps6105x *tps6105x, u8 reg, u8 value) in tps6105x_set()
44 int tps6105x_get(struct tps6105x *tps6105x, u8 reg, u8 *buf) in tps6105x_get()
65 int tps6105x_mask_and_set(struct tps6105x *tps6105x, u8 reg, in tps6105x_mask_and_set()
89 static int __devinit tps6105x_startup(struct tps6105x *tps6105x) in tps6105x_startup()
139 struct tps6105x *tps6105x; in tps6105x_probe() local
204 struct tps6105x *tps6105x = i2c_get_clientdata(client); in tps6105x_remove() local
/linux-3.4.99/include/linux/mfd/
Dtps6105x.h89 struct tps6105x { struct
90 struct tps6105x_platform_data *pdata; argument
96 extern int tps6105x_set(struct tps6105x *tps6105x, u8 reg, u8 value); argument