Lines Matching refs:score
95 unsigned long l, score = 0; in of_fdt_is_compatible() local
101 score++; in of_fdt_is_compatible()
103 return score; in of_fdt_is_compatible()
137 unsigned int tmp, score = 0; in of_fdt_match() local
144 if (tmp && (score == 0 || (tmp < score))) in of_fdt_match()
145 score = tmp; in of_fdt_match()
149 return score; in of_fdt_match()
732 unsigned int best_score = ~1, score = 0; in of_flat_dt_match_machine() local
736 score = of_flat_dt_match(dt_root, compat); in of_flat_dt_match_machine()
737 if (score > 0 && score < best_score) { in of_flat_dt_match_machine()
739 best_score = score; in of_flat_dt_match_machine()