Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
A Dusbtouchscreen.c1062 int x, y, begin_x, begin_y, end_x, end_y, w, h, ret; in nexio_read_data() local
1091 begin_x = end_x = begin_y = end_y = -1; in nexio_read_data()
1093 if (begin_x == -1 && packet->data[x] > NEXIO_THRESHOLD) { in nexio_read_data()
1094 begin_x = x; in nexio_read_data()
1097 if (end_x == -1 && begin_x != -1 && packet->data[x] < NEXIO_THRESHOLD) { in nexio_read_data()
1107 w = end_x - begin_x; in nexio_read_data()
1116 ABS_MT_POSITION_X, 2*begin_x+w); in nexio_read_data()
1124 usbtouch->x = 2 * begin_x + w; in nexio_read_data()
1131 begin_x = end_x = -1; in nexio_read_data()
/drivers/gpu/drm/tiny/
A Dappletbdrm.c85 __le16 begin_x; member
423 frame->begin_x = cpu_to_le16(damage.y1); in appletbdrm_flush_damage()

Completed in 11 milliseconds