Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hid/
Dhid-playstation.c410 struct dualshock4_touch_point { struct
416 static_assert(sizeof(struct dualshock4_touch_point) == 4); argument
420 struct dualshock4_touch_point points[2];
2347 struct dualshock4_touch_point *point = &touch_report->points[j]; in dualshock4_parse_report()