Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dda9034-ts.c243 if ((event & DA9034_EVENT_PEN_DOWN) && touch->state == STATE_IDLE) in da9034_touch_notifier()
255 DA9034_EVENT_PEN_DOWN | DA9034_EVENT_TSI_READY); in da9034_touch_open()
285 DA9034_EVENT_PEN_DOWN | DA9034_EVENT_TSI_READY); in da9034_touch_close()
/Linux-v4.19/include/linux/mfd/
Dda903x.h196 #define DA9034_EVENT_PEN_DOWN (1 << 20) macro