Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hid/
Dhid-playstation.c170 struct dualsense_touch_point { struct
176 static_assert(sizeof(struct dualsense_touch_point) == 4); argument
194 struct dualsense_touch_point points[2];
1006 struct dualsense_touch_point *point = &ds_report->points[i]; in dualsense_parse_report()