Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dda9034-ts.c240 if (event & DA9034_EVENT_TSI_READY) 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.h197 #define DA9034_EVENT_TSI_READY (1 << 21) macro