x_hi              117 drivers/hid/hid-alps.c 	u8	x_hi;
x_hi              327 drivers/hid/hid-alps.c 		x = p_report->contact[i].x_hi << 8 | p_report->contact[i].x_lo;
x_hi              168 drivers/input/mouse/cyapa_gen5.c 	u8 x_hi;
x_hi             2721 drivers/input/mouse/cyapa_gen5.c 	x = (touch->x_hi << 8) | touch->x_lo;
x_hi               75 drivers/input/touchscreen/mms114.c 	u8 x_hi:4, y_hi:4;
x_hi              172 drivers/input/touchscreen/mms114.c 	x = touch->x_lo | touch->x_hi << 8;