Home
last modified time | relevance | path

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

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