Home
last modified time | relevance | path

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

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