Lines Matching defs:roccat_report
45 struct kone_roccat_report roccat_report;
47 roccat_report.event = kone_mouse_event_switch_profile;
48 roccat_report.value = new_profile;
49 roccat_report.key = 0;
50 roccat_report_event(kone->chrdev_minor, (uint8_t *)&roccat_report);
809 struct kone_roccat_report roccat_report;
816 roccat_report.event = event->event;
817 roccat_report.value = event->value;
818 roccat_report.key = 0;
820 (uint8_t *)&roccat_report);
825 roccat_report.event = event->event;
826 roccat_report.value = kone->actual_profile;
827 roccat_report.key = event->macro_key;
829 (uint8_t *)&roccat_report);