Home
last modified time | relevance | path

Searched refs:y_high (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/fbtft/
H A Dfbtft-core.c331 unsigned int y_low = 0, y_high = 0; in fbtft_deferred_io() local
347 y_high = (index + PAGE_SIZE - 1) / info->fix.line_length; in fbtft_deferred_io()
349 "page->index=%lu y_low=%d y_high=%d\n", in fbtft_deferred_io()
350 page->index, y_low, y_high); in fbtft_deferred_io()
351 if (y_high > info->var.yres - 1) in fbtft_deferred_io()
352 y_high = info->var.yres - 1; in fbtft_deferred_io()
355 if (y_high > dirty_lines_end) in fbtft_deferred_io()
356 dirty_lines_end = y_high; in fbtft_deferred_io()
/kernel/linux/linux-6.6/drivers/staging/fbtft/
H A Dfbtft-core.c329 unsigned int y_low = 0, y_high = 0; in fbtft_deferred_io() local
344 y_high = (pageref->offset + PAGE_SIZE - 1) / info->fix.line_length; in fbtft_deferred_io()
346 "page->index=%lu y_low=%d y_high=%d\n", in fbtft_deferred_io()
347 pageref->page->index, y_low, y_high); in fbtft_deferred_io()
348 if (y_high > info->var.yres - 1) in fbtft_deferred_io()
349 y_high = info->var.yres - 1; in fbtft_deferred_io()
352 if (y_high > dirty_lines_end) in fbtft_deferred_io()
353 dirty_lines_end = y_high; in fbtft_deferred_io()
/kernel/linux/linux-5.10/drivers/input/mouse/
H A 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()
/kernel/linux/linux-6.6/drivers/input/mouse/
H A 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()

Completed in 10 milliseconds