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() local140 struct tps6105x *tps6105x = dev_get_platdata(&pdev->dev); in tps6105x_regulator_probe() local169 struct tps6105x *tps6105x = dev_get_platdata(&pdev->dev); in tps6105x_regulator_remove() local
28 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() local204 struct tps6105x *tps6105x = i2c_get_clientdata(client); in tps6105x_remove() local
89 struct tps6105x { struct90 struct tps6105x_platform_data *pdata; argument96 extern int tps6105x_set(struct tps6105x *tps6105x, u8 reg, u8 value); argument