Symbol: roccat_report
drivers/hid/hid-roccat-arvo.c
389
struct arvo_roccat_report roccat_report;
drivers/hid/hid-roccat-arvo.c
393
roccat_report.profile = arvo->actual_profile;
drivers/hid/hid-roccat-arvo.c
394
roccat_report.button = special_report->event &
drivers/hid/hid-roccat-arvo.c
398
roccat_report.action = ARVO_ROCCAT_REPORT_ACTION_PRESS;
drivers/hid/hid-roccat-arvo.c
400
roccat_report.action = ARVO_ROCCAT_REPORT_ACTION_RELEASE;
drivers/hid/hid-roccat-arvo.c
403
(uint8_t const *)&roccat_report);
drivers/hid/hid-roccat-isku.c
100
roccat_report.profile = profile + 1;
drivers/hid/hid-roccat-isku.c
101
roccat_report_event(isku->chrdev_minor, (uint8_t const *)&roccat_report);
drivers/hid/hid-roccat-isku.c
385
struct isku_roccat_report roccat_report;
drivers/hid/hid-roccat-isku.c
393
roccat_report.event = button_report->event;
drivers/hid/hid-roccat-isku.c
394
roccat_report.data1 = button_report->data1;
drivers/hid/hid-roccat-isku.c
395
roccat_report.data2 = button_report->data2;
drivers/hid/hid-roccat-isku.c
396
roccat_report.profile = isku->actual_profile + 1;
drivers/hid/hid-roccat-isku.c
398
(uint8_t const *)&roccat_report);
drivers/hid/hid-roccat-isku.c
74
struct isku_roccat_report roccat_report;
drivers/hid/hid-roccat-isku.c
97
roccat_report.event = ISKU_REPORT_BUTTON_EVENT_PROFILE;
drivers/hid/hid-roccat-isku.c
98
roccat_report.data1 = profile + 1;
drivers/hid/hid-roccat-isku.c
99
roccat_report.data2 = 0;
drivers/hid/hid-roccat-kone.c
45
struct kone_roccat_report roccat_report;
drivers/hid/hid-roccat-kone.c
47
roccat_report.event = kone_mouse_event_switch_profile;
drivers/hid/hid-roccat-kone.c
48
roccat_report.value = new_profile;
drivers/hid/hid-roccat-kone.c
49
roccat_report.key = 0;
drivers/hid/hid-roccat-kone.c
50
roccat_report_event(kone->chrdev_minor, (uint8_t *)&roccat_report);
drivers/hid/hid-roccat-kone.c
812
struct kone_roccat_report roccat_report;
drivers/hid/hid-roccat-kone.c
819
roccat_report.event = event->event;
drivers/hid/hid-roccat-kone.c
820
roccat_report.value = event->value;
drivers/hid/hid-roccat-kone.c
821
roccat_report.key = 0;
drivers/hid/hid-roccat-kone.c
823
(uint8_t *)&roccat_report);
drivers/hid/hid-roccat-kone.c
828
roccat_report.event = event->event;
drivers/hid/hid-roccat-kone.c
829
roccat_report.value = kone->actual_profile;
drivers/hid/hid-roccat-kone.c
830
roccat_report.key = event->macro_key;
drivers/hid/hid-roccat-kone.c
832
(uint8_t *)&roccat_report);
drivers/hid/hid-roccat-koneplus.c
255
struct koneplus_roccat_report roccat_report;
drivers/hid/hid-roccat-koneplus.c
278
roccat_report.type = KONEPLUS_MOUSE_REPORT_BUTTON_TYPE_PROFILE;
drivers/hid/hid-roccat-koneplus.c
279
roccat_report.data1 = profile + 1;
drivers/hid/hid-roccat-koneplus.c
280
roccat_report.data2 = 0;
drivers/hid/hid-roccat-koneplus.c
281
roccat_report.profile = profile + 1;
drivers/hid/hid-roccat-koneplus.c
283
(uint8_t const *)&roccat_report);
drivers/hid/hid-roccat-koneplus.c
492
struct koneplus_roccat_report roccat_report;
drivers/hid/hid-roccat-koneplus.c
505
roccat_report.type = button_report->type;
drivers/hid/hid-roccat-koneplus.c
506
roccat_report.data1 = button_report->data1;
drivers/hid/hid-roccat-koneplus.c
507
roccat_report.data2 = button_report->data2;
drivers/hid/hid-roccat-koneplus.c
508
roccat_report.profile = koneplus->actual_profile + 1;
drivers/hid/hid-roccat-koneplus.c
510
(uint8_t const *)&roccat_report);
drivers/hid/hid-roccat-kovaplus.c
285
struct kovaplus_roccat_report roccat_report;
drivers/hid/hid-roccat-kovaplus.c
307
roccat_report.type = KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_PROFILE_1;
drivers/hid/hid-roccat-kovaplus.c
308
roccat_report.profile = profile + 1;
drivers/hid/hid-roccat-kovaplus.c
309
roccat_report.button = 0;
drivers/hid/hid-roccat-kovaplus.c
310
roccat_report.data1 = profile + 1;
drivers/hid/hid-roccat-kovaplus.c
311
roccat_report.data2 = 0;
drivers/hid/hid-roccat-kovaplus.c
313
(uint8_t const *)&roccat_report);
drivers/hid/hid-roccat-kovaplus.c
571
struct kovaplus_roccat_report roccat_report;
drivers/hid/hid-roccat-kovaplus.c
582
roccat_report.type = button_report->type;
drivers/hid/hid-roccat-kovaplus.c
583
roccat_report.profile = kovaplus->actual_profile + 1;
drivers/hid/hid-roccat-kovaplus.c
585
if (roccat_report.type == KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_MACRO ||
drivers/hid/hid-roccat-kovaplus.c
586
roccat_report.type == KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_SHORTCUT ||
drivers/hid/hid-roccat-kovaplus.c
587
roccat_report.type == KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_QUICKLAUNCH ||
drivers/hid/hid-roccat-kovaplus.c
588
roccat_report.type == KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_TIMER)
drivers/hid/hid-roccat-kovaplus.c
589
roccat_report.button = button_report->data1;
drivers/hid/hid-roccat-kovaplus.c
591
roccat_report.button = 0;
drivers/hid/hid-roccat-kovaplus.c
593
if (roccat_report.type == KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_CPI)
drivers/hid/hid-roccat-kovaplus.c
594
roccat_report.data1 = kovaplus_convert_event_cpi(button_report->data1);
drivers/hid/hid-roccat-kovaplus.c
596
roccat_report.data1 = button_report->data1;
drivers/hid/hid-roccat-kovaplus.c
598
roccat_report.data2 = button_report->data2;
drivers/hid/hid-roccat-kovaplus.c
601
(uint8_t const *)&roccat_report);
drivers/hid/hid-roccat-pyra.c
245
struct pyra_roccat_report roccat_report;
drivers/hid/hid-roccat-pyra.c
265
roccat_report.type = PYRA_MOUSE_EVENT_BUTTON_TYPE_PROFILE_2;
drivers/hid/hid-roccat-pyra.c
266
roccat_report.value = settings->startup_profile + 1;
drivers/hid/hid-roccat-pyra.c
267
roccat_report.key = 0;
drivers/hid/hid-roccat-pyra.c
269
(uint8_t const *)&roccat_report);
drivers/hid/hid-roccat-pyra.c
512
struct pyra_roccat_report roccat_report;
drivers/hid/hid-roccat-pyra.c
523
roccat_report.type = button_event->type;
drivers/hid/hid-roccat-pyra.c
524
roccat_report.value = button_event->data1;
drivers/hid/hid-roccat-pyra.c
525
roccat_report.key = 0;
drivers/hid/hid-roccat-pyra.c
527
(uint8_t const *)&roccat_report);
drivers/hid/hid-roccat-pyra.c
533
roccat_report.type = button_event->type;
drivers/hid/hid-roccat-pyra.c
534
roccat_report.key = button_event->data1;
drivers/hid/hid-roccat-pyra.c
539
roccat_report.value = pyra->actual_profile + 1;
drivers/hid/hid-roccat-pyra.c
541
(uint8_t const *)&roccat_report);
drivers/hid/hid-roccat-savu.c
157
struct savu_roccat_report roccat_report;
drivers/hid/hid-roccat-savu.c
165
roccat_report.type = special_report->type;
drivers/hid/hid-roccat-savu.c
166
roccat_report.data[0] = special_report->data[0];
drivers/hid/hid-roccat-savu.c
167
roccat_report.data[1] = special_report->data[1];
drivers/hid/hid-roccat-savu.c
169
(uint8_t const *)&roccat_report);
drivers/hid/hid-roccat.c
251
struct roccat_report *report;
drivers/hid/hid-roccat.c
55
struct roccat_report cbuf[ROCCAT_CBUF_SIZE];
drivers/hid/hid-roccat.c
78
struct roccat_report *report;