tsc2007_is_pen_down 86 drivers/input/touchscreen/tsc2007.h bool tsc2007_is_pen_down(struct tsc2007 *ts); tsc2007_is_pen_down 117 drivers/input/touchscreen/tsc2007_core.c while (!ts->stopped && tsc2007_is_pen_down(ts)) { tsc2007_is_pen_down 178 drivers/input/touchscreen/tsc2007_core.c if (tsc2007_is_pen_down(ts)) tsc2007_is_pen_down 80 drivers/input/touchscreen/tsc2007_iio.c *val = tsc2007_is_pen_down(tsc);