Searched refs:end_x (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/omapdrm/
H A Dtcm-sita.c278 s16 start_x, end_x, start_y, end_y, found_x = -1; local
283 end_x = field->p1.x;
293 if (w > LEN(start_x, end_x) || h > LEN(end_y, start_y))
301 if (start_x < end_x)
306 for (x = start_x; x >= end_x; x -= align) {
316 end_x = x + 1;
352 s16 start_x, end_x, start_y, end_y, found_x = -1; local
357 end_x = field->p1.x;
367 if (w > LEN(end_x, start_x) || h > LEN(end_y, start_y))
373 if (w > LEN(end_x, start_
[all...]
/drivers/input/touchscreen/
H A Dusbtouchscreen.c926 int x, y, begin_x, begin_y, end_x, end_y, w, h, ret; local
955 begin_x = end_x = begin_y = end_y = -1;
961 if (end_x == -1 && begin_x != -1 && packet->data[x] < NEXIO_THRESHOLD) {
962 end_x = x - 1;
971 w = end_x - begin_x;
995 begin_x = end_x = -1;

Completed in 151 milliseconds