Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dda9034-ts.c69 static inline int is_pen_down(struct da9034_touch *touch) in is_pen_down() function
187 is_pen_down(touch) ? EVENT_PEN_DOWN : in da9034_event_handler()
209 if (is_pen_down(touch)) { in da9034_event_handler()