Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dalps.c396 struct alps_bitmap_point x_low = {0,}, x_high = {0,}; in alps_process_bitmap() local
403 alps_get_bitmap_points(fields->x_map, &x_low, &x_high, &fingers_x); in alps_process_bitmap()
419 x_high.start_bit = x_low.start_bit + i; in alps_process_bitmap()
420 x_high.num_bits = max(i, 1); in alps_process_bitmap()
439 (priv->x_max * (2 * x_high.start_bit + x_high.num_bits - 1)) / in alps_process_bitmap()
447 (priv->x_max * (2 * x_high.start_bit + x_high.num_bits - 1)) / in alps_process_bitmap()