Home
last modified time | relevance | path

Searched refs:hid_report_descr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/hid/
H A Dhidvar.h195 hidparser_handle_t hid_report_descr; /* report descr */ member
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c623 hidp->hid_report_descr, HID_GENERIC_DESKTOP, in hid_attach()
631 hidp->hid_report_descr, &usage_page, &usage) != in hid_attach()
2142 &hidp->hid_report_descr) == HIDPARSER_SUCCESS) { in hid_handle_report_descriptor()
2146 hidp->hid_report_descr, &hpack); in hid_handle_report_descriptor()
2337 if (hidp->hid_report_descr != NULL) { in hid_detach_cleanup()
2339 hidp->hid_report_descr); in hid_detach_cleanup()
2481 (uchar_t *)&hidp->hid_report_descr, in hid_mctl_receive()
2482 sizeof (hidp->hid_report_descr)); in hid_mctl_receive()
2491 sizeof (hidp->hid_report_descr); in hid_mctl_receive()
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dprtusb.c882 (uintptr_t)hidp.hid_report_descr) != -1) { in prt_usb_tree_node()