Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c453 if (hid_parse_hid_descr(&hidp->hid_hid_descr, USB_HID_DESCR_SIZE, in hid_attach()
483 hidp->hid_hid_descr.bLength, in hid_attach()
484 hidp->hid_hid_descr.bDescriptorType, in hid_attach()
485 hidp->hid_hid_descr.bcdHID, in hid_attach()
486 hidp->hid_hid_descr.bCountryCode, in hid_attach()
487 hidp->hid_hid_descr.bNumDescriptors, in hid_attach()
488 hidp->hid_hid_descr.bReportDescriptorType, in hid_attach()
489 hidp->hid_hid_descr.wReportDescriptorLength); in hid_attach()
2060 hidp->hid_hid_descr.wReportDescriptorLength = in hid_parse_hid_descr_failure()
2072 hidp->hid_hid_descr.wReportDescriptorLength = in hid_parse_hid_descr_failure()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/clients/hid/
H A Dhidvar.h193 usb_hid_descr_t hid_hid_descr; /* hid descriptor */ member