Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dusbtouchscreen.c900 #define NEXIO_THRESHOLD 50 macro
1086 if (begin_x == -1 && packet->data[x] > NEXIO_THRESHOLD) { in nexio_read_data()
1090 if (end_x == -1 && begin_x != -1 && packet->data[x] < NEXIO_THRESHOLD) { in nexio_read_data()
1093 if (begin_y == -1 && packet->data[y] > NEXIO_THRESHOLD) { in nexio_read_data()
1098 begin_y != -1 && packet->data[y] < NEXIO_THRESHOLD) { in nexio_read_data()