Home
last modified time | relevance | path

Searched refs:y_hi (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/input/touchscreen/
H A Dmms114.c82 u8 x_hi:4, y_hi:4; member
175 y = touch->y_lo | touch->y_hi << 8; in mms114_process_mt()
/linux/drivers/hid/
H A Dhid-alps.c120 u8 y_hi; member
329 y = p_report->contact[i].y_hi << 8 | p_report->contact[i].y_lo; in t4_raw_event()
H A Dhid-playstation.c202 uint8_t y_hi; member
414 uint8_t y_hi; member
1443 int y = (point->y_hi << 4) | point->y_lo; in dualsense_parse_report()
2355 int y = (point->y_hi << 4) | point->y_lo; in dualshock4_parse_report()
/linux/drivers/input/mouse/
H A Dcyapa_gen5.c174 u8 y_hi; member
2725 y = (touch->y_hi << 8) | touch->y_lo; in cyapa_pip_report_slot_data()