dualshock4_input_report_common
struct dualshock4_input_report_common *ds4_report;
ds4_report = (struct dualshock4_input_report_common *)&data[1];
struct dualshock4_input_report_common *ds4_report =
(struct dualshock4_input_report_common *)&data[1];
static_assert(sizeof(struct dualshock4_input_report_common) == 32);
struct dualshock4_input_report_common common;
struct dualshock4_input_report_common common;