Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dili210x.c24 u8 y_high; member
95 y = finger->y_low | (finger->y_high << 8); in ili210x_report_events()
225 ymax = panel.finger_max.y_low | (panel.finger_max.y_high << 8); in ili210x_i2c_probe()
/linux-4.1.27/drivers/staging/fbtft/
Dfbtft-core.c470 unsigned y_low = 0, y_high = 0; in fbtft_deferred_io() local
486 y_high = (index + PAGE_SIZE - 1) / info->fix.line_length; in fbtft_deferred_io()
489 page->index, y_low, y_high); in fbtft_deferred_io()
490 if (y_high > info->var.yres - 1) in fbtft_deferred_io()
491 y_high = info->var.yres - 1; in fbtft_deferred_io()
494 if (y_high > dirty_lines_end) in fbtft_deferred_io()
495 dirty_lines_end = y_high; in fbtft_deferred_io()
/linux-4.1.27/drivers/input/mouse/
Dalps.c439 struct alps_bitmap_point y_low = {0,}, y_high = {0,}; in alps_process_bitmap() local
445 alps_get_bitmap_points(fields->y_map, &y_low, &y_high, &fingers_y); in alps_process_bitmap()
466 y_high.start_bit = y_low.start_bit + i; in alps_process_bitmap()
467 y_high.num_bits = max(i, 1); in alps_process_bitmap()
481 (priv->y_max * (2 * y_high.start_bit + y_high.num_bits - 1)) / in alps_process_bitmap()