Searched refs:begin_y (Results 1 – 1 of 1) sorted by relevance
974 int x, y, begin_x, begin_y, end_x, end_y, w, h, ret; in nexio_read_data() local1003 begin_x = end_x = begin_y = end_y = -1; in nexio_read_data()1012 if (begin_y == -1 && packet->data[y] > NEXIO_THRESHOLD) { in nexio_read_data()1013 begin_y = y - x_len; in nexio_read_data()1017 begin_y != -1 && packet->data[y] < NEXIO_THRESHOLD) { in nexio_read_data()1020 h = end_y - begin_y; in nexio_read_data()1030 ABS_MT_POSITION_Y, 2*begin_y+h); in nexio_read_data()1037 usbtouch->y = 2 * begin_y + h; in nexio_read_data()1039 begin_y = end_y = -1; in nexio_read_data()