Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hid/
Dhid-playstation.c311 #define DS4_TOUCH_POINT_INACTIVE BIT(7) macro
2287 bool active = (point->contact & DS4_TOUCH_POINT_INACTIVE) ? false : true; in dualshock4_parse_report()