Searched refs:roccat_report (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-roccat-kovaplus.c285 struct kovaplus_roccat_report roccat_report; local
307 roccat_report.type = KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_PROFILE_1;
308 roccat_report.profile = profile + 1;
309 roccat_report.button = 0;
310 roccat_report.data1 = profile + 1;
311 roccat_report.data2 = 0;
313 (uint8_t const *)&roccat_report);
571 struct kovaplus_roccat_report roccat_report; local
582 roccat_report.type = button_report->type;
583 roccat_report
[all...]
H A Dhid-roccat-savu.c157 struct savu_roccat_report roccat_report; local
165 roccat_report.type = special_report->type;
166 roccat_report.data[0] = special_report->data[0];
167 roccat_report.data[1] = special_report->data[1];
169 (uint8_t const *)&roccat_report);
H A Dhid-roccat-isku.c74 struct isku_roccat_report roccat_report; local
97 roccat_report.event = ISKU_REPORT_BUTTON_EVENT_PROFILE;
98 roccat_report.data1 = profile + 1;
99 roccat_report.data2 = 0;
100 roccat_report.profile = profile + 1;
101 roccat_report_event(isku->chrdev_minor, (uint8_t const *)&roccat_report);
385 struct isku_roccat_report roccat_report; local
393 roccat_report.event = button_report->event;
394 roccat_report.data1 = button_report->data1;
395 roccat_report
[all...]
H A Dhid-roccat-kone.c45 struct kone_roccat_report roccat_report; local
47 roccat_report.event = kone_mouse_event_switch_profile;
48 roccat_report.value = new_profile;
49 roccat_report.key = 0;
50 roccat_report_event(kone->chrdev_minor, (uint8_t *)&roccat_report);
812 struct kone_roccat_report roccat_report; local
819 roccat_report.event = event->event;
820 roccat_report.value = event->value;
821 roccat_report.key = 0;
823 (uint8_t *)&roccat_report);
[all...]
H A Dhid-roccat-pyra.c245 struct pyra_roccat_report roccat_report; local
265 roccat_report.type = PYRA_MOUSE_EVENT_BUTTON_TYPE_PROFILE_2;
266 roccat_report.value = settings->startup_profile + 1;
267 roccat_report.key = 0;
269 (uint8_t const *)&roccat_report);
512 struct pyra_roccat_report roccat_report; local
523 roccat_report.type = button_event->type;
524 roccat_report.value = button_event->data1;
525 roccat_report.key = 0;
527 (uint8_t const *)&roccat_report);
[all...]
H A Dhid-roccat-koneplus.c255 struct koneplus_roccat_report roccat_report; local
278 roccat_report.type = KONEPLUS_MOUSE_REPORT_BUTTON_TYPE_PROFILE;
279 roccat_report.data1 = profile + 1;
280 roccat_report.data2 = 0;
281 roccat_report.profile = profile + 1;
283 (uint8_t const *)&roccat_report);
492 struct koneplus_roccat_report roccat_report; local
505 roccat_report.type = button_report->type;
506 roccat_report.data1 = button_report->data1;
507 roccat_report
[all...]
H A Dhid-roccat-arvo.c389 struct arvo_roccat_report roccat_report; local
393 roccat_report.profile = arvo->actual_profile;
394 roccat_report.button = special_report->event &
398 roccat_report.action = ARVO_ROCCAT_REPORT_ACTION_PRESS;
400 roccat_report.action = ARVO_ROCCAT_REPORT_ACTION_RELEASE;
403 (uint8_t const *)&roccat_report);
H A Dhid-roccat.c35 struct roccat_report { struct
55 struct roccat_report cbuf[ROCCAT_CBUF_SIZE];
78 struct roccat_report *report;
251 struct roccat_report *report;

Completed in 414 milliseconds