Searched refs:begin_y (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;
906 if (begin_y == -1 && packet->data[y] > NEXIO_THRESHOLD) {
907 begin_y = y - x_len;
911 begin_y != -1 && packet->data[y] < NEXIO_THRESHOLD) {
914 h = end_y - begin_y;
917 usbtouch->y = 2 * begin_y + h;
919 begin_y = end_y = -1;

Completed in 162 milliseconds