special_report    382 drivers/hid/hid-roccat-arvo.c 	struct arvo_special_report const *special_report;
special_report    385 drivers/hid/hid-roccat-arvo.c 	special_report = (struct arvo_special_report const *)data;
special_report    388 drivers/hid/hid-roccat-arvo.c 	roccat_report.button = special_report->event &
special_report    390 drivers/hid/hid-roccat-arvo.c 	if ((special_report->event & ARVO_SPECIAL_REPORT_EVENT_MASK_ACTION) ==
special_report    152 drivers/hid/hid-roccat-savu.c 	struct savu_mouse_report_special const *special_report;
special_report    157 drivers/hid/hid-roccat-savu.c 	special_report = (struct savu_mouse_report_special const *)data;
special_report    159 drivers/hid/hid-roccat-savu.c 	roccat_report.type = special_report->type;
special_report    160 drivers/hid/hid-roccat-savu.c 	roccat_report.data[0] = special_report->data[0];
special_report    161 drivers/hid/hid-roccat-savu.c 	roccat_report.data[1] = special_report->data[1];