Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hid/
Dhid-playstation.c126 #define DS_TOUCH_POINT_INACTIVE BIT(7) macro
1436 bool active = (point->contact & DS_TOUCH_POINT_INACTIVE) ? false : true; in dualsense_parse_report()