Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/fbtft/
Dfbtft-core.c330 unsigned int y_low = 0, y_high = 0; in fbtft_deferred_io() local
345 y_high = (pageref->offset + PAGE_SIZE - 1) / info->fix.line_length; in fbtft_deferred_io()
348 pageref->page->index, y_low, y_high); in fbtft_deferred_io()
349 if (y_high > info->var.yres - 1) in fbtft_deferred_io()
350 y_high = info->var.yres - 1; in fbtft_deferred_io()
353 if (y_high > dirty_lines_end) in fbtft_deferred_io()
354 dirty_lines_end = y_high; in fbtft_deferred_io()
/linux-5.19.10/drivers/input/mouse/
Dalps.c397 struct alps_bitmap_point y_low = {0,}, y_high = {0,}; in alps_process_bitmap() local
404 alps_get_bitmap_points(fields->y_map, &y_low, &y_high, &fingers_y); in alps_process_bitmap()
425 y_high.start_bit = y_low.start_bit + i; in alps_process_bitmap()
426 y_high.num_bits = max(i, 1); in alps_process_bitmap()
450 (priv->y_max * (2 * y_high.start_bit + y_high.num_bits - 1)) / in alps_process_bitmap()
458 (priv->y_max * (2 * y_high.start_bit + y_high.num_bits - 1)) / in alps_process_bitmap()