Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dmms114.c66 u8 x_hi:4, y_hi:4; member
164 x = touch->x_lo | touch->x_hi << 8; in mms114_process_mt()
/linux-4.1.27/drivers/input/mouse/
Dcyapa_gen5.c216 u8 x_hi; member
2626 x = (touch->x_hi << 8) | touch->x_lo; in cyapa_gen5_report_slot_data()