Lines Matching refs:score
643 unsigned long l, score = 0; in of_fdt_is_compatible() local
649 score++; in of_fdt_is_compatible()
651 return score; in of_fdt_is_compatible()
675 unsigned int tmp, score = 0; in of_flat_dt_match() local
682 if (tmp && (score == 0 || (tmp < score))) in of_flat_dt_match()
683 score = tmp; in of_flat_dt_match()
687 return score; in of_flat_dt_match()
725 unsigned int best_score = ~1, score = 0; in of_flat_dt_match_machine() local
729 score = of_flat_dt_match(dt_root, compat); in of_flat_dt_match_machine()
730 if (score > 0 && score < best_score) { in of_flat_dt_match_machine()
732 best_score = score; in of_flat_dt_match_machine()