Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dtsc2007.h88 bool tsc2007_is_pen_down(struct tsc2007 *ts);
H A Dtsc2007_iio.c80 *val = tsc2007_is_pen_down(tsc); in tsc2007_read_raw()
H A Dtsc2007_core.c89 bool tsc2007_is_pen_down(struct tsc2007 *ts) in tsc2007_is_pen_down() function
118 while (!ts->stopped && tsc2007_is_pen_down(ts)) { in tsc2007_soft_irq()