Searched defs:roccat_report (Results 1 - 7 of 7) sorted by relevance

/drivers/hid/
H A Dhid-roccat-arvo.c380 struct arvo_roccat_report roccat_report; local
384 roccat_report.profile = arvo->actual_profile;
385 roccat_report.button = special_report->event &
389 roccat_report.action = ARVO_ROCCAT_REPORT_ACTION_PRESS;
391 roccat_report.action = ARVO_ROCCAT_REPORT_ACTION_RELEASE;
394 (uint8_t const *)&roccat_report);
H A Dhid-roccat-isku.c122 struct isku_roccat_report roccat_report; local
145 roccat_report.event = ISKU_REPORT_BUTTON_EVENT_PROFILE;
146 roccat_report.data1 = profile + 1;
147 roccat_report.data2 = 0;
148 roccat_report.profile = profile + 1;
149 roccat_report_event(isku->chrdev_minor, (uint8_t const *)&roccat_report);
409 struct isku_roccat_report roccat_report; local
417 roccat_report.event = button_report->event;
418 roccat_report.data1 = button_report->data1;
419 roccat_report
[all...]
H A Dhid-roccat.c38 struct roccat_report { struct
58 struct roccat_report cbuf[ROCCAT_CBUF_SIZE];
81 struct roccat_report *report;
255 struct roccat_report *report;
H A Dhid-roccat-kone.c48 struct kone_roccat_report roccat_report; local
49 roccat_report.event = kone_mouse_event_switch_profile;
50 roccat_report.value = new_profile;
51 roccat_report.key = 0;
52 roccat_report_event(kone->chrdev_minor, (uint8_t *)&roccat_report);
807 struct kone_roccat_report roccat_report; local
814 roccat_report.event = event->event;
815 roccat_report.value = event->value;
816 roccat_report.key = 0;
818 (uint8_t *)&roccat_report);
[all...]
H A Dhid-roccat-koneplus.c424 struct koneplus_roccat_report roccat_report; local
447 roccat_report.type = KONEPLUS_MOUSE_REPORT_BUTTON_TYPE_PROFILE;
448 roccat_report.data1 = profile + 1;
449 roccat_report.data2 = 0;
450 roccat_report.profile = profile + 1;
452 (uint8_t const *)&roccat_report);
726 struct koneplus_roccat_report roccat_report; local
739 roccat_report.type = button_report->type;
740 roccat_report.data1 = button_report->data1;
741 roccat_report
[all...]
H A Dhid-roccat-kovaplus.c326 struct kovaplus_roccat_report roccat_report; local
348 roccat_report.type = KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_PROFILE_1;
349 roccat_report.profile = profile + 1;
350 roccat_report.button = 0;
351 roccat_report.data1 = profile + 1;
352 roccat_report.data2 = 0;
354 (uint8_t const *)&roccat_report);
635 struct kovaplus_roccat_report roccat_report; local
646 roccat_report.type = button_report->type;
647 roccat_report
[all...]
H A Dhid-roccat-pyra.c301 struct pyra_roccat_report roccat_report; local
321 roccat_report.type = PYRA_MOUSE_EVENT_BUTTON_TYPE_PROFILE_2;
322 roccat_report.value = pyra->settings.startup_profile + 1;
323 roccat_report.key = 0;
325 (uint8_t const *)&roccat_report);
602 struct pyra_roccat_report roccat_report; local
613 roccat_report.type = button_event->type;
614 roccat_report.value = button_event->data1;
615 roccat_report.key = 0;
617 (uint8_t const *)&roccat_report);
[all...]

Completed in 145 milliseconds