usbhid.c | 661 struct Susbvar *matchvar; local in function:devloop 684 matchvar = hidmatch(colls, collind, &hitem, 687 if (matchvar != NULL) 688 matchvar->opfunc(&hitem, matchvar, 724 struct Susbvar *matchvar; local in function:devshow 756 matchvar = hidmatch(colls, collind, &hitem, varlist, vlsize); 758 if (matchvar != NULL) { 762 matchvar->mflags |= MATCH_WASMATCHED; 770 !(matchvar->mflags & MATCH_NODATA) [all...] |