Home
last modified time | relevance | path

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

/linux-6.15/drivers/input/touchscreen/
H A Dtsc200x-core.c75 struct tsc200x { struct
138 struct tsc200x *ts = _ts; in tsc200x_irq_thread()
216 static void tsc200x_reset(struct tsc200x *ts) in tsc200x_reset()
310 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_selftest_show()
335 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_attr_is_visible()
359 struct tsc200x *ts = container_of(work, struct tsc200x, esd_work.work); in tsc200x_esd_work()
407 struct tsc200x *ts = input_get_drvdata(input); in tsc200x_open()
421 struct tsc200x *ts = input_get_drvdata(input); in tsc200x_close()
435 struct tsc200x *ts; in tsc200x_probe()
558 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_suspend()
[all …]
H A DMakefile95 obj-$(CONFIG_TOUCHSCREEN_TSC200X_CORE) += tsc200x-core.o