Searched refs:end_y (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
285 end_y = field->p1.y;
293 if (w > LEN(start_x, end_x) || h > LEN(end_y, start_y))
296 /* adjust start_x and end_y, as allocation would not fit beyond */
298 end_y = end_y - h + 1;
305 for (y = start_y; y <= end_y; y++) {
352 s16 start_x, end_x, start_y, end_y, found_x = -1; local
359 end_y = field->p1.y;
367 if (w > LEN(end_x, start_x) || h > LEN(end_y, 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;
968 if (end_y == -1 &&
970 end_y = y - 1 - x_len;
972 h = end_y - begin_y;
991 begin_y = end_y = -1;

Completed in 244 milliseconds