Lines Matching refs:score
97 unsigned long l, score = 0; in of_fdt_is_compatible() local
103 score++; in of_fdt_is_compatible()
105 return score; in of_fdt_is_compatible()
152 unsigned int tmp, score = 0; in of_fdt_match() local
159 if (tmp && (score == 0 || (tmp < score))) in of_fdt_match()
160 score = tmp; in of_fdt_match()
164 return score; in of_fdt_match()
861 unsigned int best_score = ~1, score = 0; in of_flat_dt_match_machine() local
865 score = of_flat_dt_match(dt_root, compat); in of_flat_dt_match_machine()
866 if (score > 0 && score < best_score) { in of_flat_dt_match_machine()
868 best_score = score; in of_flat_dt_match_machine()