Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c1501 HIDPARSER_SUCCESS) && (scan_ifp->hidparser_tok_token == 0)) { in hidparser_ReportDescriptorDash()
1588 while (scan_ifp->hidparser_tok_token != 0) { in hidparser_ItemList()
1599 scan_ifp->hidparser_tok_token); in hidparser_ItemList()
1651 scan_ifp->hidparser_tok_token); in hidparser_ItemList()
1709 switch (scan_ifp->hidparser_tok_token) { in hidparser_MainItem()
1722 scan_ifp->hidparser_tok_token); in hidparser_MainItem()
1754 int token = scan_ifp->hidparser_tok_token; in hidparser_Items()
1776 token = scan_ifp->hidparser_tok_token; in hidparser_Items()
1779 token = scan_ifp->hidparser_tok_token; in hidparser_Items()
1781 token = scan_ifp->hidparser_tok_token; in hidparser_Items()
[all …]
H A DREADME331 first byte and set hidparser_tok_token to the tag|type value. hidparser_tok
/illumos-gate/usr/src/uts/common/sys/usb/clients/hidparser/
H A Dhidparser_impl.h170 int hidparser_tok_token; member