Home
last modified time | relevance | path

Searched refs:tsc2007_is_pen_down (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/input/touchscreen/
Dtsc2007_core.c88 bool tsc2007_is_pen_down(struct tsc2007 *ts) in tsc2007_is_pen_down() function
117 while (!ts->stopped && tsc2007_is_pen_down(ts)) { in tsc2007_soft_irq()
178 if (tsc2007_is_pen_down(ts)) in tsc2007_hard_irq()
Dtsc2007.h86 bool tsc2007_is_pen_down(struct tsc2007 *ts);
Dtsc2007_iio.c80 *val = tsc2007_is_pen_down(tsc); in tsc2007_read_raw()