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

/linux-master/drivers/hid/
H A Dhid-roccat-pyra.c492 struct pyra_mouse_event_button const *button_event; local
496 button_event = (struct pyra_mouse_event_button const *)data;
497 switch (button_event->type) {
499 profile_activated(pyra, button_event->data1 - 1);
502 pyra->actual_cpi = button_event->data1;
513 struct pyra_mouse_event_button const *button_event; local
518 button_event = (struct pyra_mouse_event_button const *)data;
520 switch (button_event->type) {
523 roccat_report.type = button_event->type;
524 roccat_report.value = button_event
[all...]

Completed in 507 milliseconds