Lines Matching defs:match_result
341 int error, match_result;
369 match_result = config_probe(parent, cf, &ia);/*XXX*/
370 if (match_result <= 0)
379 if (match_result == I2C_MATCH_ADDRESS_ONLY &&
601 int match_result;
603 match_result = device_compatible_match(ia->ia_compat, ia->ia_ncompat,
605 if (match_result) {
606 match_result =
607 MIN(I2C_MATCH_DIRECT_COMPATIBLE + match_result - 1,
611 return match_result;