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

/drivers/input/touchscreen/
H A Dili210x.c22 u8 x_high; member in struct:finger
94 x = finger->x_low | (finger->x_high << 8);
224 xmax = panel.finger_max.x_low | (panel.finger_max.x_high << 8);
/drivers/input/mouse/
H A Dalps.c280 struct alps_bitmap_point x_low = {0,}, x_high = {0,}; local
301 point = &x_high;
348 x_high.start_bit = x_low.start_bit + i;
349 x_high.num_bits = max(i, 1);
364 *x2 = (ALPS_V3_X_MAX * (2 * x_high.start_bit + x_high.num_bits - 1)) /

Completed in 100 milliseconds