Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/touchscreen/
Dmms114.c80 u8 x_lo; member
176 x = touch->x_lo | touch->x_hi << 8; in mms114_process_mt()
/linux-5.19.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()
Dhid-playstation.c183 uint8_t x_lo; member
1138 int x = (point->x_hi << 8) | point->x_lo; in dualsense_parse_report()
/linux-5.19.10/drivers/input/mouse/
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()
Dcyapa_gen5.c165 u8 x_lo; member
2722 x = (touch->x_hi << 8) | touch->x_lo; in cyapa_pip_report_slot_data()