Searched refs:tps6507x (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | tps6507x.c | 2 * tps6507x.c -- TPS6507x chip family multi-function driver 25 #include <linux/mfd/tps6507x.h> 29 .name = "tps6507x-pmic", 32 .name = "tps6507x-ts", 37 static int tps6507x_i2c_read_device(struct tps6507x_dev *tps6507x, char reg, in tps6507x_i2c_read_device() argument 40 struct i2c_client *i2c = tps6507x->i2c_client; in tps6507x_i2c_read_device() 65 static int tps6507x_i2c_write_device(struct tps6507x_dev *tps6507x, char reg, in tps6507x_i2c_write_device() argument 68 struct i2c_client *i2c = tps6507x->i2c_client; in tps6507x_i2c_write_device() 90 struct tps6507x_dev *tps6507x; in tps6507x_i2c_probe() local 92 tps6507x in tps6507x_i2c_probe() [all...] |
H A D | Makefile | 100 obj-$(CONFIG_TPS6507X) += tps6507x.o
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | tps6507x.c | 2 * tps6507x.c -- TPS6507x chip family multi-function driver 24 #include <linux/mfd/tps6507x.h> 28 .name = "tps6507x-pmic", 31 .name = "tps6507x-ts", 36 static int tps6507x_i2c_read_device(struct tps6507x_dev *tps6507x, char reg, in tps6507x_i2c_read_device() argument 39 struct i2c_client *i2c = tps6507x->i2c_client; in tps6507x_i2c_read_device() 64 static int tps6507x_i2c_write_device(struct tps6507x_dev *tps6507x, char reg, in tps6507x_i2c_write_device() argument 67 struct i2c_client *i2c = tps6507x->i2c_client; in tps6507x_i2c_write_device() 88 struct tps6507x_dev *tps6507x; in tps6507x_i2c_probe() local 90 tps6507x in tps6507x_i2c_probe() [all...] |
H A D | Makefile | 93 obj-$(CONFIG_TPS6507X) += tps6507x.o
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | tps6507x.h | 1 /* linux/mfd/tps6507x.h 149 * struct tps6507x_dev - tps6507x sub-driver chip access routines 159 int (*read_dev)(struct tps6507x_dev *tps6507x, char reg, int size, 161 int (*write_dev)(struct tps6507x_dev *tps6507x, char reg, int size,
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | tps6507x.h | 1 /* linux/mfd/tps6507x.h 149 * struct tps6507x_dev - tps6507x sub-driver chip access routines 159 int (*read_dev)(struct tps6507x_dev *tps6507x, char reg, int size, 161 int (*write_dev)(struct tps6507x_dev *tps6507x, char reg, int size,
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | tps6507x-ts.c | 2 * Touchscreen driver for the tps6507x chip. 21 #include <linux/mfd/tps6507x.h> 22 #include <linux/input/tps6507x-ts.h> 216 "Could not find tps6507x platform data\n"); in tps6507x_ts_probe() 285 .name = "tps6507x-ts", 294 MODULE_ALIAS("platform:tps6507x-ts");
|
H A D | Makefile | 107 obj-$(CONFIG_TOUCHSCREEN_TPS6507X) += tps6507x-ts.o
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | tps6507x-ts.c | 2 * Touchscreen driver for the tps6507x chip. 21 #include <linux/mfd/tps6507x.h> 22 #include <linux/input/tps6507x-ts.h> 214 "Could not find tps6507x platform data\n"); in tps6507x_ts_probe() 283 .name = "tps6507x-ts", 292 MODULE_ALIAS("platform:tps6507x-ts");
|
H A D | Makefile | 111 obj-$(CONFIG_TOUCHSCREEN_TPS6507X) += tps6507x-ts.o
|
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | tps6507x-regulator.c | 2 * tps6507x-regulator.c 25 #include <linux/regulator/tps6507x.h> 28 #include <linux/mfd/tps6507x.h> 448 .name = "tps6507x-pmic", 468 MODULE_ALIAS("platform:tps6507x-pmic");
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | tps6507x-regulator.c | 3 * tps6507x-regulator.c 17 #include <linux/regulator/tps6507x.h> 20 #include <linux/mfd/tps6507x.h> 440 .name = "tps6507x-pmic", 461 MODULE_ALIAS("platform:tps6507x-pmic");
|
/kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
H A D | board-da850-evm.c | 25 #include <linux/input/tps6507x-ts.h> 26 #include <linux/mfd/tps6507x.h> 41 #include <linux/regulator/tps6507x.h> 1054 I2C_BOARD_INFO("tps6507x", 0x48),
|
Completed in 8 milliseconds