Lines Matching refs:match
143 int match = 0;
146 match |= IEEE1394_MATCH_VENDOR_ID;
148 match |= IEEE1394_MATCH_MODEL_ID;
150 match |= IEEE1394_MATCH_SPECIFIER_ID;
152 match |= IEEE1394_MATCH_VERSION;
154 return (match & id_table->match_flags) == id_table->match_flags;
223 .match = fw_unit_match,
702 * match the drivers id_tables against it.
878 int match = 0;
911 match = 1;
917 return match;