Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dmms114.c77 u8 y_lo; member
173 y = touch->y_lo | touch->y_hi << 8; in mms114_process_mt()
/Linux-v4.19/drivers/hid/
Dhid-alps.c122 u8 y_lo; member
332 y = p_report->contact[i].y_hi << 8 | p_report->contact[i].y_lo; in t4_raw_event()
/Linux-v4.19/drivers/input/mouse/
Dcyapa_gen3.c93 u8 y_lo; /* low 8 bits of y position value. */ member
1162 ((touch->xy_hi & 0x0f) << 8) | touch->y_lo); in cyapa_gen3_event_process()
Dcyapa_gen5.c171 u8 y_lo; member
2724 y = (touch->y_hi << 8) | touch->y_lo; in cyapa_pip_report_slot_data()