Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/usb/clients/hid/
H A Dhidvar.h194 hidparser_handle_t hid_report_descr; /* report descr */ member
/titanic_41/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c589 hidp->hid_report_descr, HID_GENERIC_DESKTOP, in hid_attach()
597 hidp->hid_report_descr, &usage_page, &usage) != in hid_attach()
1951 &hidp->hid_report_descr) == HIDPARSER_SUCCESS) { in hid_handle_report_descriptor()
1955 hidp->hid_report_descr, &hpack); in hid_handle_report_descriptor()
2140 if (hidp->hid_report_descr != NULL) { in hid_detach_cleanup()
2142 hidp->hid_report_descr); in hid_detach_cleanup()
2284 (uchar_t *)&hidp->hid_report_descr, in hid_mctl_receive()
2285 sizeof (hidp->hid_report_descr)); in hid_mctl_receive()
2294 sizeof (hidp->hid_report_descr); in hid_mctl_receive()
/titanic_41/usr/src/cmd/mdb/common/modules/usba/
H A Dprtusb.c839 (uintptr_t)hidp.hid_report_descr) != -1) { in prt_usb_tree_node()