Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/input/touchscreen/ !
Dda9034-ts.c241 if (event & DA9034_EVENT_TSI_READY) in da9034_touch_notifier()
256 DA9034_EVENT_PEN_DOWN | DA9034_EVENT_TSI_READY); in da9034_touch_open()
286 DA9034_EVENT_PEN_DOWN | DA9034_EVENT_TSI_READY); in da9034_touch_close()
/linux-3.4.99/include/linux/mfd/ !
Dda903x.h196 #define DA9034_EVENT_TSI_READY (1 << 21) macro