roccat_report     383 drivers/hid/hid-roccat-arvo.c 	struct arvo_roccat_report roccat_report;
roccat_report     387 drivers/hid/hid-roccat-arvo.c 	roccat_report.profile = arvo->actual_profile;
roccat_report     388 drivers/hid/hid-roccat-arvo.c 	roccat_report.button = special_report->event &
roccat_report     392 drivers/hid/hid-roccat-arvo.c 		roccat_report.action = ARVO_ROCCAT_REPORT_ACTION_PRESS;
roccat_report     394 drivers/hid/hid-roccat-arvo.c 		roccat_report.action = ARVO_ROCCAT_REPORT_ACTION_RELEASE;
roccat_report     397 drivers/hid/hid-roccat-arvo.c 			(uint8_t const *)&roccat_report);
roccat_report      76 drivers/hid/hid-roccat-isku.c 	struct isku_roccat_report roccat_report;
roccat_report      99 drivers/hid/hid-roccat-isku.c 	roccat_report.event = ISKU_REPORT_BUTTON_EVENT_PROFILE;
roccat_report     100 drivers/hid/hid-roccat-isku.c 	roccat_report.data1 = profile + 1;
roccat_report     101 drivers/hid/hid-roccat-isku.c 	roccat_report.data2 = 0;
roccat_report     102 drivers/hid/hid-roccat-isku.c 	roccat_report.profile = profile + 1;
roccat_report     103 drivers/hid/hid-roccat-isku.c 	roccat_report_event(isku->chrdev_minor, (uint8_t const *)&roccat_report);
roccat_report     379 drivers/hid/hid-roccat-isku.c 	struct isku_roccat_report roccat_report;
roccat_report     387 drivers/hid/hid-roccat-isku.c 	roccat_report.event = button_report->event;
roccat_report     388 drivers/hid/hid-roccat-isku.c 	roccat_report.data1 = button_report->data1;
roccat_report     389 drivers/hid/hid-roccat-isku.c 	roccat_report.data2 = button_report->data2;
roccat_report     390 drivers/hid/hid-roccat-isku.c 	roccat_report.profile = isku->actual_profile + 1;
roccat_report     392 drivers/hid/hid-roccat-isku.c 			(uint8_t const *)&roccat_report);
roccat_report      45 drivers/hid/hid-roccat-kone.c 	struct kone_roccat_report roccat_report;
roccat_report      47 drivers/hid/hid-roccat-kone.c 	roccat_report.event = kone_mouse_event_switch_profile;
roccat_report      48 drivers/hid/hid-roccat-kone.c 	roccat_report.value = new_profile;
roccat_report      49 drivers/hid/hid-roccat-kone.c 	roccat_report.key = 0;
roccat_report      50 drivers/hid/hid-roccat-kone.c 	roccat_report_event(kone->chrdev_minor, (uint8_t *)&roccat_report);
roccat_report     797 drivers/hid/hid-roccat-kone.c 	struct kone_roccat_report roccat_report;
roccat_report     804 drivers/hid/hid-roccat-kone.c 		roccat_report.event = event->event;
roccat_report     805 drivers/hid/hid-roccat-kone.c 		roccat_report.value = event->value;
roccat_report     806 drivers/hid/hid-roccat-kone.c 		roccat_report.key = 0;
roccat_report     808 drivers/hid/hid-roccat-kone.c 				(uint8_t *)&roccat_report);
roccat_report     813 drivers/hid/hid-roccat-kone.c 			roccat_report.event = event->event;
roccat_report     814 drivers/hid/hid-roccat-kone.c 			roccat_report.value = kone->actual_profile;
roccat_report     815 drivers/hid/hid-roccat-kone.c 			roccat_report.key = event->macro_key;
roccat_report     817 drivers/hid/hid-roccat-kone.c 					(uint8_t *)&roccat_report);
roccat_report     257 drivers/hid/hid-roccat-koneplus.c 	struct koneplus_roccat_report roccat_report;
roccat_report     280 drivers/hid/hid-roccat-koneplus.c 	roccat_report.type = KONEPLUS_MOUSE_REPORT_BUTTON_TYPE_PROFILE;
roccat_report     281 drivers/hid/hid-roccat-koneplus.c 	roccat_report.data1 = profile + 1;
roccat_report     282 drivers/hid/hid-roccat-koneplus.c 	roccat_report.data2 = 0;
roccat_report     283 drivers/hid/hid-roccat-koneplus.c 	roccat_report.profile = profile + 1;
roccat_report     285 drivers/hid/hid-roccat-koneplus.c 			(uint8_t const *)&roccat_report);
roccat_report     486 drivers/hid/hid-roccat-koneplus.c 	struct koneplus_roccat_report roccat_report;
roccat_report     499 drivers/hid/hid-roccat-koneplus.c 	roccat_report.type = button_report->type;
roccat_report     500 drivers/hid/hid-roccat-koneplus.c 	roccat_report.data1 = button_report->data1;
roccat_report     501 drivers/hid/hid-roccat-koneplus.c 	roccat_report.data2 = button_report->data2;
roccat_report     502 drivers/hid/hid-roccat-koneplus.c 	roccat_report.profile = koneplus->actual_profile + 1;
roccat_report     504 drivers/hid/hid-roccat-koneplus.c 			(uint8_t const *)&roccat_report);
roccat_report     287 drivers/hid/hid-roccat-kovaplus.c 	struct kovaplus_roccat_report roccat_report;
roccat_report     309 drivers/hid/hid-roccat-kovaplus.c 	roccat_report.type = KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_PROFILE_1;
roccat_report     310 drivers/hid/hid-roccat-kovaplus.c 	roccat_report.profile = profile + 1;
roccat_report     311 drivers/hid/hid-roccat-kovaplus.c 	roccat_report.button = 0;
roccat_report     312 drivers/hid/hid-roccat-kovaplus.c 	roccat_report.data1 = profile + 1;
roccat_report     313 drivers/hid/hid-roccat-kovaplus.c 	roccat_report.data2 = 0;
roccat_report     315 drivers/hid/hid-roccat-kovaplus.c 			(uint8_t const *)&roccat_report);
roccat_report     565 drivers/hid/hid-roccat-kovaplus.c 	struct kovaplus_roccat_report roccat_report;
roccat_report     576 drivers/hid/hid-roccat-kovaplus.c 	roccat_report.type = button_report->type;
roccat_report     577 drivers/hid/hid-roccat-kovaplus.c 	roccat_report.profile = kovaplus->actual_profile + 1;
roccat_report     579 drivers/hid/hid-roccat-kovaplus.c 	if (roccat_report.type == KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_MACRO ||
roccat_report     580 drivers/hid/hid-roccat-kovaplus.c 			roccat_report.type == KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_SHORTCUT ||
roccat_report     581 drivers/hid/hid-roccat-kovaplus.c 			roccat_report.type == KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_QUICKLAUNCH ||
roccat_report     582 drivers/hid/hid-roccat-kovaplus.c 			roccat_report.type == KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_TIMER)
roccat_report     583 drivers/hid/hid-roccat-kovaplus.c 		roccat_report.button = button_report->data1;
roccat_report     585 drivers/hid/hid-roccat-kovaplus.c 		roccat_report.button = 0;
roccat_report     587 drivers/hid/hid-roccat-kovaplus.c 	if (roccat_report.type == KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_CPI)
roccat_report     588 drivers/hid/hid-roccat-kovaplus.c 		roccat_report.data1 = kovaplus_convert_event_cpi(button_report->data1);
roccat_report     590 drivers/hid/hid-roccat-kovaplus.c 		roccat_report.data1 = button_report->data1;
roccat_report     592 drivers/hid/hid-roccat-kovaplus.c 	roccat_report.data2 = button_report->data2;
roccat_report     595 drivers/hid/hid-roccat-kovaplus.c 			(uint8_t const *)&roccat_report);
roccat_report     248 drivers/hid/hid-roccat-pyra.c 	struct pyra_roccat_report roccat_report;
roccat_report     268 drivers/hid/hid-roccat-pyra.c 	roccat_report.type = PYRA_MOUSE_EVENT_BUTTON_TYPE_PROFILE_2;
roccat_report     269 drivers/hid/hid-roccat-pyra.c 	roccat_report.value = settings->startup_profile + 1;
roccat_report     270 drivers/hid/hid-roccat-pyra.c 	roccat_report.key = 0;
roccat_report     272 drivers/hid/hid-roccat-pyra.c 			(uint8_t const *)&roccat_report);
roccat_report     506 drivers/hid/hid-roccat-pyra.c 	struct pyra_roccat_report roccat_report;
roccat_report     517 drivers/hid/hid-roccat-pyra.c 		roccat_report.type = button_event->type;
roccat_report     518 drivers/hid/hid-roccat-pyra.c 		roccat_report.value = button_event->data1;
roccat_report     519 drivers/hid/hid-roccat-pyra.c 		roccat_report.key = 0;
roccat_report     521 drivers/hid/hid-roccat-pyra.c 				(uint8_t const *)&roccat_report);
roccat_report     527 drivers/hid/hid-roccat-pyra.c 			roccat_report.type = button_event->type;
roccat_report     528 drivers/hid/hid-roccat-pyra.c 			roccat_report.key = button_event->data1;
roccat_report     533 drivers/hid/hid-roccat-pyra.c 			roccat_report.value = pyra->actual_profile + 1;
roccat_report     535 drivers/hid/hid-roccat-pyra.c 					(uint8_t const *)&roccat_report);
roccat_report     151 drivers/hid/hid-roccat-savu.c 	struct savu_roccat_report roccat_report;
roccat_report     159 drivers/hid/hid-roccat-savu.c 	roccat_report.type = special_report->type;
roccat_report     160 drivers/hid/hid-roccat-savu.c 	roccat_report.data[0] = special_report->data[0];
roccat_report     161 drivers/hid/hid-roccat-savu.c 	roccat_report.data[1] = special_report->data[1];
roccat_report     163 drivers/hid/hid-roccat-savu.c 			(uint8_t const *)&roccat_report);
roccat_report      55 drivers/hid/hid-roccat.c 	struct roccat_report cbuf[ROCCAT_CBUF_SIZE];
roccat_report      78 drivers/hid/hid-roccat.c 	struct roccat_report *report;
roccat_report     251 drivers/hid/hid-roccat.c 	struct roccat_report *report;