Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-playstation.c318 #define DS4_TOUCH_POINT_INACTIVE BIT(7) macro
2348 bool active = (point->contact & DS4_TOUCH_POINT_INACTIVE) ? false : true; in dualshock4_parse_report()