Searched refs:y_lo (Results 1 – 5 of 5) sorted by relevance
84 u8 y_lo; member175 y = touch->y_lo | touch->y_hi << 8; in mms114_process_mt()
119 u8 y_lo; member329 y = p_report->contact[i].y_hi << 8 | p_report->contact[i].y_lo; in t4_raw_event()
196 uint8_t x_hi:4, y_lo:4; member406 uint8_t x_hi:4, y_lo:4; member1436 int y = (point->y_hi << 4) | point->y_lo; in dualsense_parse_report()2294 int y = (point->y_hi << 4) | point->y_lo; in dualshock4_parse_report()
93 u8 y_lo; /* low 8 bits of y position value. */ member1163 ((touch->xy_hi & 0x0f) << 8) | touch->y_lo); in cyapa_gen3_event_process()
171 u8 y_lo; member2725 y = (touch->y_hi << 8) | touch->y_lo; in cyapa_pip_report_slot_data()