Home
last modified time | relevance | path

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

/linux/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()
/linux/drivers/hid/
H A Dhid-playstation.c229 u8 x_lo; member
447 u8 x_lo; member
1580 DS_TOUCH_POINT_X(point->x_hi, point->x_lo)); in dualsense_parse_report()
2508 DS4_TOUCH_POINT_X(point->x_hi, point->x_lo)); in dualshock4_parse_report()