Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/touchscreen/
Dmms114.c77 u8 x_lo; member
173 x = touch->x_lo | touch->x_hi << 8; in mms114_process_mt()
/kernel/linux/linux-5.10/drivers/hid/
Dhid-alps.c117 u8 x_lo; member
328 x = p_report->contact[i].x_hi << 8 | p_report->contact[i].x_lo; in t4_raw_event()
/kernel/linux/linux-5.10/drivers/input/mouse/
Dcyapa_gen3.c92 u8 x_lo; /* low 8 bits of x position value. */ member
1160 ((touch->xy_hi & 0xf0) << 4) | touch->x_lo); in cyapa_gen3_event_process()
Dcyapa_gen5.c165 u8 x_lo; member
2721 x = (touch->x_hi << 8) | touch->x_lo; in cyapa_pip_report_slot_data()