begin_x          1052 drivers/input/touchscreen/usbtouchscreen.c 	int x, y, begin_x, begin_y, end_x, end_y, w, h, ret;
begin_x          1081 drivers/input/touchscreen/usbtouchscreen.c 	begin_x = end_x = begin_y = end_y = -1;
begin_x          1083 drivers/input/touchscreen/usbtouchscreen.c 		if (begin_x == -1 && packet->data[x] > NEXIO_THRESHOLD) {
begin_x          1084 drivers/input/touchscreen/usbtouchscreen.c 			begin_x = x;
begin_x          1087 drivers/input/touchscreen/usbtouchscreen.c 		if (end_x == -1 && begin_x != -1 && packet->data[x] < NEXIO_THRESHOLD) {
begin_x          1097 drivers/input/touchscreen/usbtouchscreen.c 					w = end_x - begin_x;
begin_x          1106 drivers/input/touchscreen/usbtouchscreen.c 						    ABS_MT_POSITION_X, 2*begin_x+w);
begin_x          1114 drivers/input/touchscreen/usbtouchscreen.c 					usbtouch->x = 2 * begin_x + w;
begin_x          1121 drivers/input/touchscreen/usbtouchscreen.c 			begin_x = end_x = -1;