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

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

Completed in 34 milliseconds