Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/input/touchscreen/
Dmms114.c82 u8 x_hi:4, y_hi:4; member
174 x = touch->x_lo | touch->x_hi << 8; in mms114_process_mt()
/linux-6.12.1/drivers/hid/
Dhid-alps.c118 u8 x_hi; member
328 x = p_report->contact[i].x_hi << 8 | p_report->contact[i].x_lo; in t4_raw_event()
Dhid-playstation.c201 uint8_t x_hi:4, y_lo:4; member
413 uint8_t x_hi:4, y_lo:4; member
1442 int x = (point->x_hi << 8) | point->x_lo; in dualsense_parse_report()
2354 int x = (point->x_hi << 8) | point->x_lo; in dualshock4_parse_report()
/linux-6.12.1/drivers/input/mouse/
Dcyapa_gen5.c168 u8 x_hi; member
2722 x = (touch->x_hi << 8) | touch->x_lo; in cyapa_pip_report_slot_data()