Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/staging/fbtft/
Dfbtft-core.c446 unsigned int y_low = 0, y_high = 0; in fbtft_deferred_io() local
462 y_high = (index + PAGE_SIZE - 1) / info->fix.line_length; in fbtft_deferred_io()
465 page->index, y_low, y_high); in fbtft_deferred_io()
466 if (y_high > info->var.yres - 1) in fbtft_deferred_io()
467 y_high = info->var.yres - 1; in fbtft_deferred_io()
470 if (y_high > dirty_lines_end) in fbtft_deferred_io()
471 dirty_lines_end = y_high; in fbtft_deferred_io()
/Linux-v4.19/drivers/input/mouse/
Dalps.c399 struct alps_bitmap_point y_low = {0,}, y_high = {0,}; in alps_process_bitmap() local
406 alps_get_bitmap_points(fields->y_map, &y_low, &y_high, &fingers_y); in alps_process_bitmap()
427 y_high.start_bit = y_low.start_bit + i; in alps_process_bitmap()
428 y_high.num_bits = max(i, 1); in alps_process_bitmap()
452 (priv->y_max * (2 * y_high.start_bit + y_high.num_bits - 1)) / in alps_process_bitmap()
460 (priv->y_max * (2 * y_high.start_bit + y_high.num_bits - 1)) / in alps_process_bitmap()