Lines Matching defs:match
273 struct bcma_device_id *match, int core_num,
336 if (match && ((match->manuf != BCMA_ANY_MANUF &&
337 match->manuf != core->id.manuf) ||
338 (match->id != BCMA_ANY_ID && match->id != core->id.id) ||
339 (match->rev != BCMA_ANY_REV && match->rev != core->id.rev) ||
340 (match->class != BCMA_ANY_CLASS && match->class != core->id.class)