Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/hid/
H A Dhidvar.h121 #define HID_LOCK_INIT 0x01 /* Initial attach state */ macro
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c412 hidp->hid_attach_flags |= HID_LOCK_INIT; in hid_attach()
2271 if ((hidp->hid_attach_flags & HID_LOCK_INIT) == 0) { in hid_detach_cleanup()