Home
last modified time | relevance | path

Searched refs:HID_MINOR_TO_INSTANCE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/hid/
H A Dhidminor.h69 #define HID_MINOR_TO_INSTANCE(minor) \ macro
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c313 int instance = HID_MINOR_TO_INSTANCE(minor); in hid_info()
809 instance = HID_MINOR_TO_INSTANCE(minor); in hid_chropen()
845 instance = HID_MINOR_TO_INSTANCE(minor); in hid_chrclose()
878 instance = HID_MINOR_TO_INSTANCE(minor); in hid_read()
902 instance = HID_MINOR_TO_INSTANCE(minor); in hid_write()
927 instance = HID_MINOR_TO_INSTANCE(minor); in hid_poll()
958 instance = HID_MINOR_TO_INSTANCE(minor); in hid_open()