Home
last modified time | relevance | path

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

/linux/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()