Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dusbtouchscreen.c912 #define NEXIO_THRESHOLD 50 macro
1095 if (begin_x == -1 && packet->data[x] > NEXIO_THRESHOLD) { in nexio_read_data()
1099 if (end_x == -1 && begin_x != -1 && packet->data[x] < NEXIO_THRESHOLD) { in nexio_read_data()
1102 if (begin_y == -1 && packet->data[y] > NEXIO_THRESHOLD) { in nexio_read_data()
1107 begin_y != -1 && packet->data[y] < NEXIO_THRESHOLD) { in nexio_read_data()