Searched refs:x_high (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | alps.c | 396 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()
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | alps.c | 396 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()
|
Completed in 8 milliseconds