Searched refs:tps6105x (Results 1 - 4 of 4) sorted by relevance

/drivers/mfd/
H A Dtps6105x.c26 #include <linux/mfd/tps6105x.h>
28 int tps6105x_set(struct tps6105x *tps6105x, u8 reg, u8 value) argument
32 ret = mutex_lock_interruptible(&tps6105x->lock);
35 ret = i2c_smbus_write_byte_data(tps6105x->client, reg, value);
36 mutex_unlock(&tps6105x->lock);
44 int tps6105x_get(struct tps6105x *tps6105x, u8 reg, u8 *buf) argument
48 ret = mutex_lock_interruptible(&tps6105x->lock);
51 ret = i2c_smbus_read_byte_data(tps6105x
65 tps6105x_mask_and_set(struct tps6105x *tps6105x, u8 reg, u8 bitmask, u8 bitvalues) argument
89 tps6105x_startup(struct tps6105x *tps6105x) argument
139 struct tps6105x *tps6105x; local
204 struct tps6105x *tps6105x = i2c_get_clientdata(client); local
[all...]
H A DMakefile38 obj-$(CONFIG_TPS6105X) += tps6105x.o
/drivers/regulator/
H A Dtps6105x-regulator.c21 #include <linux/mfd/tps6105x.h>
32 struct tps6105x *tps6105x = rdev_get_drvdata(rdev); local
36 ret = tps6105x_mask_and_set(tps6105x, TPS6105X_REG_0,
47 struct tps6105x *tps6105x = rdev_get_drvdata(rdev); local
51 ret = tps6105x_mask_and_set(tps6105x, TPS6105X_REG_0,
62 struct tps6105x *tps6105x = rdev_get_drvdata(rdev); local
66 ret = tps6105x_get(tps6105x, TPS6105X_REG_
80 struct tps6105x *tps6105x = rdev_get_drvdata(rdev); local
96 struct tps6105x *tps6105x = rdev_get_drvdata(rdev); local
140 struct tps6105x *tps6105x = dev_get_platdata(&pdev->dev); local
169 struct tps6105x *tps6105x = dev_get_platdata(&pdev->dev); local
[all...]
H A DMakefile40 obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o

Completed in 90 milliseconds