Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hid/
Dhid-playstation.c191 struct dualsense_touch_point { struct
197 static_assert(sizeof(struct dualsense_touch_point) == 4); argument
215 struct dualsense_touch_point points[2];
1162 struct dualsense_touch_point *point = &ds_report->points[i]; in dualsense_parse_report()