Searched refs:begin_y (Results 1 – 1 of 1) sorted by relevance
1062 int x, y, begin_x, begin_y, end_x, end_y, w, h, ret; in nexio_read_data() local1091 begin_x = end_x = begin_y = end_y = -1; in nexio_read_data()1100 if (begin_y == -1 && packet->data[y] > NEXIO_THRESHOLD) { in nexio_read_data()1101 begin_y = y - x_len; in nexio_read_data()1105 begin_y != -1 && packet->data[y] < NEXIO_THRESHOLD) { in nexio_read_data()1108 h = end_y - begin_y; in nexio_read_data()1118 ABS_MT_POSITION_Y, 2*begin_y+h); in nexio_read_data()1125 usbtouch->y = 2 * begin_y + h; in nexio_read_data()1127 begin_y = end_y = -1; in nexio_read_data()