Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c1534 HIDPARSER_SUCCESS) && (scan_ifp->hidparser_tok_token == 0)) { in hidparser_ReportDescriptorDash()
1622 while (scan_ifp->hidparser_tok_token != 0) { in hidparser_ItemList()
1633 scan_ifp->hidparser_tok_token); in hidparser_ItemList()
1685 scan_ifp->hidparser_tok_token); in hidparser_ItemList()
1744 switch (scan_ifp->hidparser_tok_token) { in hidparser_MainItem()
1757 scan_ifp->hidparser_tok_token); in hidparser_MainItem()
1789 int token = scan_ifp->hidparser_tok_token; in hidparser_Items()
1811 token = scan_ifp->hidparser_tok_token; in hidparser_Items()
1814 token = scan_ifp->hidparser_tok_token; in hidparser_Items()
1816 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
/titanic_44/usr/src/uts/common/sys/usb/clients/hidparser/
H A Dhidparser_impl.h170 int hidparser_tok_token; member