x_lo 116 drivers/hid/hid-alps.c u8 x_lo; x_lo 327 drivers/hid/hid-alps.c x = p_report->contact[i].x_hi << 8 | p_report->contact[i].x_lo; x_lo 92 drivers/input/mouse/cyapa_gen3.c u8 x_lo; /* low 8 bits of x position value. */ x_lo 1160 drivers/input/mouse/cyapa_gen3.c ((touch->xy_hi & 0xf0) << 4) | touch->x_lo); x_lo 165 drivers/input/mouse/cyapa_gen5.c u8 x_lo; x_lo 2721 drivers/input/mouse/cyapa_gen5.c x = (touch->x_hi << 8) | touch->x_lo; x_lo 76 drivers/input/touchscreen/mms114.c u8 x_lo; x_lo 172 drivers/input/touchscreen/mms114.c x = touch->x_lo | touch->x_hi << 8;