Home
last modified time | relevance | path

Searched refs:tsc200x (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/input/touchscreen/
H A Dtsc200x-core.c76 struct tsc200x { struct
115 static void tsc200x_update_pen_state(struct tsc200x *ts, in tsc200x_update_pen_state() argument
139 struct tsc200x *ts = _ts; in tsc200x_irq_thread()
198 struct tsc200x *ts = timer_container_of(ts, t, penup_timer); in tsc200x_penup_timer()
204 static void tsc200x_start_scan(struct tsc200x *ts) in tsc200x_start_scan()
212 static void tsc200x_stop_scan(struct tsc200x *ts) in tsc200x_stop_scan()
217 static void tsc200x_reset(struct tsc200x *ts) in tsc200x_reset()
227 static void __tsc200x_disable(struct tsc200x *ts) in __tsc200x_disable()
238 static void __tsc200x_enable(struct tsc200x *ts) in __tsc200x_enable()
253 static int tsc200x_do_selftest(struct tsc200x *ts) in tsc200x_do_selftest()
[all …]
H A DMakefile97 obj-$(CONFIG_TOUCHSCREEN_TSC200X_CORE) += tsc200x-core.o