begin_y          1052 drivers/input/touchscreen/usbtouchscreen.c 	int x, y, begin_x, begin_y, end_x, end_y, w, h, ret;
begin_y          1081 drivers/input/touchscreen/usbtouchscreen.c 	begin_x = end_x = begin_y = end_y = -1;
begin_y          1090 drivers/input/touchscreen/usbtouchscreen.c 				if (begin_y == -1 && packet->data[y] > NEXIO_THRESHOLD) {
begin_y          1091 drivers/input/touchscreen/usbtouchscreen.c 					begin_y = y - x_len;
begin_y          1095 drivers/input/touchscreen/usbtouchscreen.c 				    begin_y != -1 && packet->data[y] < NEXIO_THRESHOLD) {
begin_y          1098 drivers/input/touchscreen/usbtouchscreen.c 					h = end_y - begin_y;
begin_y          1108 drivers/input/touchscreen/usbtouchscreen.c 						    ABS_MT_POSITION_Y, 2*begin_y+h);
begin_y          1115 drivers/input/touchscreen/usbtouchscreen.c 					usbtouch->y = 2 * begin_y + h;
begin_y          1117 drivers/input/touchscreen/usbtouchscreen.c 					begin_y = end_y = -1;