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

/linux-master/drivers/hid/
H A Dhid-roccat-arvo.h75 int chrdev_minor; member in struct:arvo_device
H A Dhid-roccat-konepure.c109 konepure->chrdev_minor = retval;
130 roccat_disconnect(konepure->chrdev_minor);
188 roccat_report_event(konepure->chrdev_minor, data);
H A Dhid-roccat-savu.c89 savu->chrdev_minor = retval;
110 roccat_disconnect(savu->chrdev_minor);
168 roccat_report_event(savu->chrdev_minor,
H A Dhid-roccat-isku.h90 int chrdev_minor; member in struct:isku_device
H A Dhid-roccat-koneplus.h117 int chrdev_minor; member in struct:koneplus_device
H A Dhid-roccat-pyra.h144 int chrdev_minor; member in struct:pyra_device
H A Dhid-roccat-kovaplus.h124 int chrdev_minor; member in struct:kovaplus_device
H A Dhid-roccat-ryos.c117 ryos->chrdev_minor = retval;
138 roccat_disconnect(ryos->chrdev_minor);
196 roccat_report_event(ryos->chrdev_minor, data);
H A Dhid-roccat-common.h34 int chrdev_minor; member in struct:roccat_common2_device
H A Dhid-roccat-isku.c101 roccat_report_event(isku->chrdev_minor, (uint8_t const *)&roccat_report);
300 isku->chrdev_minor = retval;
321 roccat_disconnect(isku->chrdev_minor);
397 roccat_report_event(isku->chrdev_minor,
H A Dhid-roccat-kone.c50 roccat_report_event(kone->chrdev_minor, (uint8_t *)&roccat_report);
725 kone->chrdev_minor = retval;
746 roccat_disconnect(kone->chrdev_minor);
822 roccat_report_event(kone->chrdev_minor,
831 roccat_report_event(kone->chrdev_minor,
H A Dhid-roccat-pyra.c268 roccat_report_event(pyra->chrdev_minor,
424 pyra->chrdev_minor = retval;
446 roccat_disconnect(pyra->chrdev_minor);
526 roccat_report_event(pyra->chrdev_minor,
540 roccat_report_event(pyra->chrdev_minor,
H A Dhid-roccat-arvo.c320 arvo->chrdev_minor = retval;
341 roccat_disconnect(arvo->chrdev_minor);
402 roccat_report_event(arvo->chrdev_minor,
H A Dhid-roccat-kone.h223 int chrdev_minor; member in struct:kone_device
H A Dhid-roccat-koneplus.c282 roccat_report_event(koneplus->chrdev_minor,
405 koneplus->chrdev_minor = retval;
427 roccat_disconnect(koneplus->chrdev_minor);
509 roccat_report_event(koneplus->chrdev_minor,
H A Dhid-roccat-kovaplus.c312 roccat_report_event(kovaplus->chrdev_minor,
474 kovaplus->chrdev_minor = retval;
497 roccat_disconnect(kovaplus->chrdev_minor);
600 roccat_report_event(kovaplus->chrdev_minor,

Completed in 280 milliseconds