Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/staging/fbtft/
Dfbtft-core.c442 unsigned y_low = 0, y_high = 0; in fbtft_deferred_io() local
458 y_high = (index + PAGE_SIZE - 1) / info->fix.line_length; in fbtft_deferred_io()
461 page->index, y_low, y_high); in fbtft_deferred_io()
462 if (y_high > info->var.yres - 1) in fbtft_deferred_io()
463 y_high = info->var.yres - 1; in fbtft_deferred_io()
466 if (y_high > dirty_lines_end) in fbtft_deferred_io()
467 dirty_lines_end = y_high; in fbtft_deferred_io()
/linux-4.4.14/drivers/input/mouse/
Dalps.c392 struct alps_bitmap_point y_low = {0,}, y_high = {0,}; in alps_process_bitmap() local
399 alps_get_bitmap_points(fields->y_map, &y_low, &y_high, &fingers_y); in alps_process_bitmap()
420 y_high.start_bit = y_low.start_bit + i; in alps_process_bitmap()
421 y_high.num_bits = max(i, 1); in alps_process_bitmap()
445 (priv->y_max * (2 * y_high.start_bit + y_high.num_bits - 1)) / in alps_process_bitmap()
453 (priv->y_max * (2 * y_high.start_bit + y_high.num_bits - 1)) / in alps_process_bitmap()