Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dda9034-ts.c66 static inline int is_pen_down(struct da9034_touch *touch) in is_pen_down() function
184 is_pen_down(touch) ? EVENT_PEN_DOWN : in da9034_event_handler()
206 if (is_pen_down(touch)) { in da9034_event_handler()