Searched refs:begin_y (Results 1 – 1 of 1) sorted by relevance
1064 int x, y, begin_x, begin_y, end_x, end_y, w, h, ret; in nexio_read_data() local1093 begin_x = end_x = begin_y = end_y = -1; in nexio_read_data()1102 if (begin_y == -1 && packet->data[y] > NEXIO_THRESHOLD) { in nexio_read_data()1103 begin_y = y - x_len; in nexio_read_data()1107 begin_y != -1 && packet->data[y] < NEXIO_THRESHOLD) { in nexio_read_data()1110 h = end_y - begin_y; in nexio_read_data()1120 ABS_MT_POSITION_Y, 2*begin_y+h); in nexio_read_data()1127 usbtouch->y = 2 * begin_y + h; in nexio_read_data()1129 begin_y = end_y = -1; in nexio_read_data()