Home
last modified time | relevance | path

Searched refs:begin_x (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/input/touchscreen/
Dusbtouchscreen.c974 int x, y, begin_x, begin_y, end_x, end_y, w, h, ret; in nexio_read_data() local
1003 begin_x = end_x = begin_y = end_y = -1; in nexio_read_data()
1005 if (begin_x == -1 && packet->data[x] > NEXIO_THRESHOLD) { in nexio_read_data()
1006 begin_x = x; in nexio_read_data()
1009 if (end_x == -1 && begin_x != -1 && packet->data[x] < NEXIO_THRESHOLD) { in nexio_read_data()
1019 w = end_x - begin_x; in nexio_read_data()
1028 ABS_MT_POSITION_X, 2*begin_x+w); in nexio_read_data()
1036 usbtouch->x = 2 * begin_x + w; in nexio_read_data()
1043 begin_x = end_x = -1; in nexio_read_data()