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

/drivers/input/touchscreen/
H A Dili210x.c21 u8 x_low; 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
290 point = &x_low;
346 i = x_low.num_bits / 2;
347 x_low.num_bits = x_low.num_bits - i;
348 x_high.start_bit = x_low.start_bit + i;
358 *x1 = (ALPS_V3_X_MAX * (2 * x_low.start_bit + x_low.num_bits - 1)) /

Completed in 648 milliseconds