Searched refs:tps6507x (Results 1 – 5 of 5) sorted by relevance
35 static int tps6507x_i2c_read_device(struct tps6507x_dev *tps6507x, char reg, in tps6507x_i2c_read_device() argument38 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() argument66 struct i2c_client *i2c = tps6507x->i2c_client; in tps6507x_i2c_write_device()88 struct tps6507x_dev *tps6507x; in tps6507x_i2c_probe() local91 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 …]
40 obj-$(CONFIG_TPS6507X) += tps6507x.o
144 will be called tps6507x.
42 obj-$(CONFIG_REGULATOR_TPS6507X) += tps6507x-regulator.o
72 obj-$(CONFIG_TOUCHSCREEN_TPS6507X) += tps6507x-ts.o