Lines Matching defs:roccat_report
76 struct isku_roccat_report roccat_report;
99 roccat_report.event = ISKU_REPORT_BUTTON_EVENT_PROFILE;
100 roccat_report.data1 = profile + 1;
101 roccat_report.data2 = 0;
102 roccat_report.profile = profile + 1;
103 roccat_report_event(isku->chrdev_minor, (uint8_t const *)&roccat_report);
382 struct isku_roccat_report roccat_report;
390 roccat_report.event = button_report->event;
391 roccat_report.data1 = button_report->data1;
392 roccat_report.data2 = button_report->data2;
393 roccat_report.profile = isku->actual_profile + 1;
395 (uint8_t const *)&roccat_report);