Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-playstation.c140 #define DS_TOUCH_POINT_Y(hi, lo) (FIELD_PREP(DS_TOUCH_POINT_Y_HI, hi) | \ macro
353 #define DS4_TOUCH_POINT_Y(hi, lo) DS_TOUCH_POINT_Y(hi, lo)
1582 DS_TOUCH_POINT_Y(point->y_hi, point->y_lo)); in dualsense_parse_report()