Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dusbtouchscreen.c822 #define NEXIO_THRESHOLD 50 macro
1005 if (begin_x == -1 && packet->data[x] > NEXIO_THRESHOLD) { in nexio_read_data()
1009 if (end_x == -1 && begin_x != -1 && packet->data[x] < NEXIO_THRESHOLD) { in nexio_read_data()
1012 if (begin_y == -1 && packet->data[y] > NEXIO_THRESHOLD) { in nexio_read_data()
1017 begin_y != -1 && packet->data[y] < NEXIO_THRESHOLD) { in nexio_read_data()