Home
last modified time | relevance | path

Searched refs:x_lo (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dmms114.c77 u8 x_lo; member
173 x = touch->x_lo | touch->x_hi << 8; in mms114_process_mt()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dmms114.c83 u8 x_lo; member
174 x = touch->x_lo | touch->x_hi << 8; in mms114_process_mt()
/kernel/linux/linux-5.10/drivers/input/mouse/
H A 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()
H A Dcyapa_gen5.c165 u8 x_lo; member
2721 x = (touch->x_hi << 8) | touch->x_lo; in cyapa_pip_report_slot_data()
/kernel/linux/linux-5.10/drivers/hid/
H A 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-6.6/drivers/hid/
H A 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()
H A Dhid-playstation.c195 uint8_t x_lo; member
405 uint8_t x_lo; member
1435 int x = (point->x_hi << 8) | point->x_lo; in dualsense_parse_report()
2293 int x = (point->x_hi << 8) | point->x_lo; in dualshock4_parse_report()
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dcyapa_gen3.c92 u8 x_lo; /* low 8 bits of x position value. */ member
1161 ((touch->xy_hi & 0xf0) << 4) | touch->x_lo); in cyapa_gen3_event_process()
H A Dcyapa_gen5.c165 u8 x_lo; member
2722 x = (touch->x_hi << 8) | touch->x_lo; in cyapa_pip_report_slot_data()

Completed in 19 milliseconds