Searched refs:begin_x (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dusbtouchscreen.c868 int x, y, begin_x, begin_y, end_x, end_y, w, h, ret; local
897 begin_x = end_x = begin_y = end_y = -1;
899 if (begin_x == -1 && packet->data[x] > NEXIO_THRESHOLD) {
900 begin_x = x;
903 if (end_x == -1 && begin_x != -1 && packet->data[x] < NEXIO_THRESHOLD) {
913 w = end_x - begin_x;
916 usbtouch->x = 2 * begin_x + w;
923 begin_x = end_x = -1;

Completed in 105 milliseconds