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

/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/clients/hidparser/
H A Dhidparser_impl.h158 int hidparser_tok_leng; /* No. of data bytes */ member in struct:hidparser_tok
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c1848 for (i = 0; i < scan_ifp->hidparser_tok_leng; i++) {
1880 if (scan_ifp->hidparser_tok_leng == 4) {
1898 for (i = 0; i < scan_ifp->hidparser_tok_leng; i++) {
1902 if (i == scan_ifp->hidparser_tok_leng) {
1916 if (scan_ifp->hidparser_tok_leng != 1) {
1944 if (scan_ifp->hidparser_tok_leng != 0) {
1966 if (scan_ifp->hidparser_tok_leng != 0) {
1998 scan_ifp->hidparser_tok_leng - 1,
2029 for (i = 0; i < scan_ifp->hidparser_tok_leng; i++) {
2033 if (i == scan_ifp->hidparser_tok_leng) {
[all...]

Completed in 58 milliseconds