Searched refs:is_pen_down (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dda9034-ts.c70 static inline int is_pen_down(struct da9034_touch *touch) function
183 is_pen_down(touch) ? EVENT_PEN_DOWN :
205 if (is_pen_down(touch)) {
H A Dads7846.c474 static int is_pen_down(struct device *dev) function
484 return sprintf(buf, "%u\n", is_pen_down(dev));

Completed in 99 milliseconds