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