Searched refs:x_lo (Results 1 – 5 of 5) sorted by relevance
80 u8 x_lo; member176 x = touch->x_lo | touch->x_hi << 8; in mms114_process_mt()
117 u8 x_lo; member328 x = p_report->contact[i].x_hi << 8 | p_report->contact[i].x_lo; in t4_raw_event()
183 uint8_t x_lo; member1138 int x = (point->x_hi << 8) | point->x_lo; in dualsense_parse_report()
92 u8 x_lo; /* low 8 bits of x position value. */ member1161 ((touch->xy_hi & 0xf0) << 4) | touch->x_lo); in cyapa_gen3_event_process()
165 u8 x_lo; member2722 x = (touch->x_hi << 8) | touch->x_lo; in cyapa_pip_report_slot_data()