Lines Matching defs:roccat_report
248 struct pyra_roccat_report roccat_report;
268 roccat_report.type = PYRA_MOUSE_EVENT_BUTTON_TYPE_PROFILE_2;
269 roccat_report.value = settings->startup_profile + 1;
270 roccat_report.key = 0;
272 (uint8_t const *)&roccat_report);
509 struct pyra_roccat_report roccat_report;
520 roccat_report.type = button_event->type;
521 roccat_report.value = button_event->data1;
522 roccat_report.key = 0;
524 (uint8_t const *)&roccat_report);
530 roccat_report.type = button_event->type;
531 roccat_report.key = button_event->data1;
536 roccat_report.value = pyra->actual_profile + 1;
538 (uint8_t const *)&roccat_report);