Home
last modified time | relevance | path

Searched refs:tps6507x (Results 1 – 5 of 5) sorted by relevance

/drivers/mfd/
Dtps6507x.c35 static int tps6507x_i2c_read_device(struct tps6507x_dev *tps6507x, char reg, in tps6507x_i2c_read_device() argument
38 struct i2c_client *i2c = tps6507x->i2c_client; in tps6507x_i2c_read_device()
63 static int tps6507x_i2c_write_device(struct tps6507x_dev *tps6507x, char reg, in tps6507x_i2c_write_device() argument
66 struct i2c_client *i2c = tps6507x->i2c_client; in tps6507x_i2c_write_device()
88 struct tps6507x_dev *tps6507x; in tps6507x_i2c_probe() local
91 tps6507x = kzalloc(sizeof(struct tps6507x_dev), GFP_KERNEL); in tps6507x_i2c_probe()
92 if (tps6507x == NULL) in tps6507x_i2c_probe()
95 i2c_set_clientdata(i2c, tps6507x); in tps6507x_i2c_probe()
96 tps6507x->dev = &i2c->dev; in tps6507x_i2c_probe()
97 tps6507x->i2c_client = i2c; in tps6507x_i2c_probe()
[all …]
DMakefile40 obj-$(CONFIG_TPS6507X) += tps6507x.o
DKconfig144 will be called tps6507x.
/drivers/regulator/
DMakefile42 obj-$(CONFIG_REGULATOR_TPS6507X) += tps6507x-regulator.o
/drivers/input/touchscreen/
DMakefile72 obj-$(CONFIG_TOUCHSCREEN_TPS6507X) += tps6507x-ts.o