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

/linux-master/drivers/hid/
H A Dhid-roccat-kovaplus.c545 struct kovaplus_mouse_report_button const *button_report; local
550 button_report = (struct kovaplus_mouse_report_button const *)data;
552 switch (button_report->type) {
554 kovaplus_profile_activated(kovaplus, button_report->data1 - 1);
557 kovaplus->actual_cpi = kovaplus_convert_event_cpi(button_report->data1);
560 kovaplus->actual_x_sensitivity = button_report->data1;
561 kovaplus->actual_y_sensitivity = button_report->data2;
572 struct kovaplus_mouse_report_button const *button_report; local
577 button_report = (struct kovaplus_mouse_report_button const *)data;
579 if (button_report
[all...]
H A Dhid-roccat-isku.c368 struct isku_report_button const *button_report; local
372 button_report = (struct isku_report_button const *)data;
373 switch (button_report->event) {
375 isku_profile_activated(isku, button_report->data1 - 1);
386 struct isku_report_button const *button_report; local
391 button_report = (struct isku_report_button const *)data;
393 roccat_report.event = button_report->event;
394 roccat_report.data1 = button_report->data1;
395 roccat_report.data2 = button_report->data2;
H A Dhid-roccat-koneplus.c475 struct koneplus_mouse_report_button const *button_report; local
479 button_report = (struct koneplus_mouse_report_button const *)data;
480 switch (button_report->type) {
482 koneplus_profile_activated(koneplus, button_report->data1 - 1);
493 struct koneplus_mouse_report_button const *button_report; local
498 button_report = (struct koneplus_mouse_report_button const *)data;
500 if ((button_report->type == KONEPLUS_MOUSE_REPORT_BUTTON_TYPE_QUICKLAUNCH ||
501 button_report->type == KONEPLUS_MOUSE_REPORT_BUTTON_TYPE_TIMER) &&
502 button_report->data2 != KONEPLUS_MOUSE_REPORT_BUTTON_ACTION_PRESS)
505 roccat_report.type = button_report
[all...]

Completed in 108 milliseconds