y_high 397 drivers/input/mouse/alps.c struct alps_bitmap_point y_low = {0,}, y_high = {0,}; y_high 404 drivers/input/mouse/alps.c alps_get_bitmap_points(fields->y_map, &y_low, &y_high, &fingers_y); y_high 425 drivers/input/mouse/alps.c y_high.start_bit = y_low.start_bit + i; y_high 426 drivers/input/mouse/alps.c y_high.num_bits = max(i, 1); y_high 450 drivers/input/mouse/alps.c (priv->y_max * (2 * y_high.start_bit + y_high.num_bits - 1)) / y_high 458 drivers/input/mouse/alps.c (priv->y_max * (2 * y_high.start_bit + y_high.num_bits - 1)) / y_high 341 drivers/staging/fbtft/fbtft-core.c unsigned int y_low = 0, y_high = 0; y_high 357 drivers/staging/fbtft/fbtft-core.c y_high = (index + PAGE_SIZE - 1) / info->fix.line_length; y_high 360 drivers/staging/fbtft/fbtft-core.c page->index, y_low, y_high); y_high 361 drivers/staging/fbtft/fbtft-core.c if (y_high > info->var.yres - 1) y_high 362 drivers/staging/fbtft/fbtft-core.c y_high = info->var.yres - 1; y_high 365 drivers/staging/fbtft/fbtft-core.c if (y_high > dirty_lines_end) y_high 366 drivers/staging/fbtft/fbtft-core.c dirty_lines_end = y_high;