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

/drivers/input/touchscreen/
H A Dusbtouchscreen.c926 int x, y, begin_x, begin_y, end_x, end_y, w, h, ret; local
955 begin_x = end_x = begin_y = end_y = -1;
957 if (begin_x == -1 && packet->data[x] > NEXIO_THRESHOLD) {
958 begin_x = x;
961 if (end_x == -1 && begin_x != -1 && packet->data[x] < NEXIO_THRESHOLD) {
971 w = end_x - begin_x;
980 ABS_MT_POSITION_X, 2*begin_x+w);
988 usbtouch->x = 2 * begin_x + w;
995 begin_x = end_x = -1;

Completed in 74 milliseconds