Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-playstation.c198 struct dualsense_touch_point { struct
204 static_assert(sizeof(struct dualsense_touch_point) == 4); argument
222 struct dualsense_touch_point points[2];
1435 struct dualsense_touch_point *point = &ds_report->points[i]; in dualsense_parse_report()