Searched refs:zforce_ts (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
D | zforce_ts.c | 106 struct zforce_ts { struct 135 static int zforce_command(struct zforce_ts *ts, u8 cmd) in zforce_command() argument 158 static void zforce_reset_assert(struct zforce_ts *ts) in zforce_reset_assert() 163 static void zforce_reset_deassert(struct zforce_ts *ts) in zforce_reset_deassert() 168 static int zforce_send_wait(struct zforce_ts *ts, const char *buf, int len) in zforce_send_wait() 206 static int zforce_command_wait(struct zforce_ts *ts, u8 cmd) in zforce_command_wait() 227 static int zforce_resolution(struct zforce_ts *ts, u16 x, u16 y) in zforce_resolution() 239 static int zforce_scan_frequency(struct zforce_ts *ts, u16 idle, u16 finger, in zforce_scan_frequency() 255 static int zforce_setconfig(struct zforce_ts *ts, char b1) in zforce_setconfig() 266 static int zforce_start(struct zforce_ts *ts) in zforce_start() [all …]
|
D | Makefile | 109 obj-$(CONFIG_TOUCHSCREEN_ZFORCE) += zforce_ts.o
|
D | Kconfig | 1290 module will be called zforce_ts.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
D | zforce_ts.txt | 20 zforce_ts@50 {
|