Lines Matching defs:button_report
472 struct koneplus_mouse_report_button const *button_report;
476 button_report = (struct koneplus_mouse_report_button const *)data;
477 switch (button_report->type) {
479 koneplus_profile_activated(koneplus, button_report->data1 - 1);
490 struct koneplus_mouse_report_button const *button_report;
495 button_report = (struct koneplus_mouse_report_button const *)data;
497 if ((button_report->type == KONEPLUS_MOUSE_REPORT_BUTTON_TYPE_QUICKLAUNCH ||
498 button_report->type == KONEPLUS_MOUSE_REPORT_BUTTON_TYPE_TIMER) &&
499 button_report->data2 != KONEPLUS_MOUSE_REPORT_BUTTON_ACTION_PRESS)
502 roccat_report.type = button_report->type;
503 roccat_report.data1 = button_report->data1;
504 roccat_report.data2 = button_report->data2;