Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c1493 scan_ifp->hidparser_tok_text = in hidparser_main()
1516 kmem_free(scan_ifp->hidparser_tok_text, HIDPARSER_TEXT_LENGTH); in hidparser_main()
1795 if (scan_ifp->hidparser_tok_text[0] != 1) { in hidparser_Items()
1802 if (scan_ifp->hidparser_tok_text[0] != in hidparser_Items()
1850 if (scan_ifp->hidparser_tok_text[i] == 0) { in hidparser_GlobalItem()
1859 else if ((scan_ifp->hidparser_tok_text[i] >= in hidparser_GlobalItem()
1861 (scan_ifp->hidparser_tok_text[i] <= in hidparser_GlobalItem()
1881 if ((scan_ifp->hidparser_tok_text[3] & in hidparser_GlobalItem()
1899 if (scan_ifp->hidparser_tok_text[i]) in hidparser_GlobalItem()
1924 if (!scan_ifp->hidparser_tok_text[0]) { in hidparser_GlobalItem()
[all …]
/titanic_44/usr/src/uts/common/sys/usb/clients/hidparser/
H A Dhidparser_impl.h157 unsigned char *hidparser_tok_text; /* Data bytes */ member