Lines Matching defs:roccat_report
257 struct koneplus_roccat_report roccat_report;
280 roccat_report.type = KONEPLUS_MOUSE_REPORT_BUTTON_TYPE_PROFILE;
281 roccat_report.data1 = profile + 1;
282 roccat_report.data2 = 0;
283 roccat_report.profile = profile + 1;
285 (uint8_t const *)&roccat_report);
489 struct koneplus_roccat_report roccat_report;
502 roccat_report.type = button_report->type;
503 roccat_report.data1 = button_report->data1;
504 roccat_report.data2 = button_report->data2;
505 roccat_report.profile = koneplus->actual_profile + 1;
507 (uint8_t const *)&roccat_report);