Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-playstation.c403 struct dualshock4_touch_point { struct
409 static_assert(sizeof(struct dualshock4_touch_point) == 4); argument
413 struct dualshock4_touch_point points[2];
2286 struct dualshock4_touch_point *point = &touch_report->points[j]; in dualshock4_parse_report()