Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-playstation.c193 struct dualsense_touch_point { struct
199 static_assert(sizeof(struct dualsense_touch_point) == 4); argument
217 struct dualsense_touch_point points[2];
1428 struct dualsense_touch_point *point = &ds_report->points[i]; in dualsense_parse_report()