Home
last modified time | relevance | path

Searched refs:y_lo (Results 1 – 5 of 5) sorted by relevance

/drivers/input/touchscreen/
Dmms114.c84 u8 y_lo; member
175 y = touch->y_lo | touch->y_hi << 8; in mms114_process_mt()
/drivers/hid/
Dhid-alps.c119 u8 y_lo; member
329 y = p_report->contact[i].y_hi << 8 | p_report->contact[i].y_lo; in t4_raw_event()
Dhid-playstation.c196 uint8_t x_hi:4, y_lo:4; member
406 uint8_t x_hi:4, y_lo:4; member
1436 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()
/drivers/input/mouse/
Dcyapa_gen3.c93 u8 y_lo; /* low 8 bits of y position value. */ member
1163 ((touch->xy_hi & 0x0f) << 8) | touch->y_lo); in cyapa_gen3_event_process()
Dcyapa_gen5.c171 u8 y_lo; member
2725 y = (touch->y_hi << 8) | touch->y_lo; in cyapa_pip_report_slot_data()