Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dtouchwin.c41 #define TW_LENGTH 3 macro
57 unsigned char data[TW_LENGTH];
71 if (tw->idx == TW_LENGTH && tw->data[1] == tw->data[2]) { in tw_interrupt()