Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c441 if (hid_parse_hid_descr(&hidp->hid_hid_descr, USB_HID_DESCR_SIZE, in hid_attach()
471 hidp->hid_hid_descr.bLength, in hid_attach()
472 hidp->hid_hid_descr.bDescriptorType, in hid_attach()
473 hidp->hid_hid_descr.bcdHID, in hid_attach()
474 hidp->hid_hid_descr.bCountryCode, in hid_attach()
475 hidp->hid_hid_descr.bNumDescriptors, in hid_attach()
476 hidp->hid_hid_descr.bReportDescriptorType, in hid_attach()
477 hidp->hid_hid_descr.wReportDescriptorLength); in hid_attach()
1868 hidp->hid_hid_descr.wReportDescriptorLength = in hid_parse_hid_descr_failure()
1880 hidp->hid_hid_descr.wReportDescriptorLength = in hid_parse_hid_descr_failure()
[all …]
/titanic_41/usr/src/uts/common/sys/usb/clients/hid/
H A Dhidvar.h192 usb_hid_descr_t hid_hid_descr; /* hid descriptor */ member