Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/input/touchscreen/
Dtsc200x-core.c75 struct tsc200x { struct
114 static void tsc200x_update_pen_state(struct tsc200x *ts, in tsc200x_update_pen_state() argument
138 struct tsc200x *ts = _ts; in tsc200x_irq_thread()
200 struct tsc200x *ts = from_timer(ts, t, penup_timer); in tsc200x_penup_timer()
208 static void tsc200x_start_scan(struct tsc200x *ts) in tsc200x_start_scan()
216 static void tsc200x_stop_scan(struct tsc200x *ts) in tsc200x_stop_scan()
221 static void tsc200x_reset(struct tsc200x *ts) in tsc200x_reset()
231 static void __tsc200x_disable(struct tsc200x *ts) in __tsc200x_disable()
244 static void __tsc200x_enable(struct tsc200x *ts) in __tsc200x_enable()
260 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_selftest_show()
[all …]
DMakefile93 obj-$(CONFIG_TOUCHSCREEN_TSC200X_CORE) += tsc200x-core.o