Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hid/
Dhid-playstation.c121 #define DS_TOUCH_POINT_INACTIVE BIT(7) macro
1429 bool active = (point->contact & DS_TOUCH_POINT_INACTIVE) ? false : true; in dualsense_parse_report()