Searched defs:button_report (Results 1 - 3 of 3) sorted by relevance

/drivers/hid/
H A Dhid-roccat-isku.c392 struct isku_report_button const *button_report; local
396 button_report = (struct isku_report_button const *)data;
397 switch (button_report->event) {
399 isku_profile_activated(isku, button_report->data1 - 1);
410 struct isku_report_button const *button_report; local
415 button_report = (struct isku_report_button const *)data;
417 roccat_report.event = button_report->event;
418 roccat_report.data1 = button_report->data1;
419 roccat_report.data2 = button_report->data2;
H A Dhid-roccat-koneplus.c709 struct koneplus_mouse_report_button const *button_report; local
713 button_report = (struct koneplus_mouse_report_button const *)data;
714 switch (button_report->type) {
716 koneplus_profile_activated(koneplus, button_report->data1 - 1);
727 struct koneplus_mouse_report_button const *button_report; local
732 button_report = (struct koneplus_mouse_report_button const *)data;
734 if ((button_report->type == KONEPLUS_MOUSE_REPORT_BUTTON_TYPE_QUICKLAUNCH ||
735 button_report->type == KONEPLUS_MOUSE_REPORT_BUTTON_TYPE_TIMER) &&
736 button_report->data2 != KONEPLUS_MOUSE_REPORT_BUTTON_ACTION_PRESS)
739 roccat_report.type = button_report
[all...]
H A Dhid-roccat-kovaplus.c613 struct kovaplus_mouse_report_button const *button_report; local
618 button_report = (struct kovaplus_mouse_report_button const *)data;
620 switch (button_report->type) {
622 kovaplus_profile_activated(kovaplus, button_report->data1 - 1);
625 kovaplus->actual_cpi = kovaplus_convert_event_cpi(button_report->data1);
627 kovaplus->actual_x_sensitivity = button_report->data1;
628 kovaplus->actual_y_sensitivity = button_report->data2;
636 struct kovaplus_mouse_report_button const *button_report; local
641 button_report = (struct kovaplus_mouse_report_button const *)data;
643 if (button_report
[all...]

Completed in 29 milliseconds