Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/hid/
H A Dhidvar.h301 #define HID_MINOR_NAME_LEN 20 /* Max length of minor_name string */ macro
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c356 char minor_name[HID_MINOR_NAME_LEN]; in hid_attach()