Searched refs:tsc2005 (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/input/touchscreen/ |
D | tsc2005.c | 121 struct tsc2005 { struct 161 static int tsc2005_cmd(struct tsc2005 *ts, u8 cmd) in tsc2005_cmd() argument 185 static int tsc2005_write(struct tsc2005 *ts, u8 reg, u16 value) in tsc2005_write() 222 static int tsc2005_read(struct tsc2005 *ts, u8 reg, u16 *value) in tsc2005_read() 241 static void tsc2005_update_pen_state(struct tsc2005 *ts, in tsc2005_update_pen_state() 266 struct tsc2005 *ts = _ts; in tsc2005_irq_thread() 331 struct tsc2005 *ts = (struct tsc2005 *)data; in tsc2005_penup_timer() 339 static void tsc2005_start_scan(struct tsc2005 *ts) in tsc2005_start_scan() 347 static void tsc2005_stop_scan(struct tsc2005 *ts) in tsc2005_stop_scan() 352 static void tsc2005_set_reset(struct tsc2005 *ts, bool enable) in tsc2005_set_reset() [all …]
|
D | Makefile | 70 obj-$(CONFIG_TOUCHSCREEN_TSC2005) += tsc2005.o
|
D | Kconfig | 914 module will be called tsc2005.
|
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/ |
D | tsc2005.txt | 1 * Texas Instruments tsc2005 touchscreen controller 4 - compatible : "ti,tsc2005" 22 tsc2005@0 { 23 compatible = "ti,tsc2005";
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap3-n900.dts | 822 tsc2005@0 { 823 compatible = "ti,tsc2005";
|