Lines Matching refs:score
731 unsigned long l, score = 0; in of_fdt_is_compatible() local
737 score++; in of_fdt_is_compatible()
739 return score; in of_fdt_is_compatible()
763 unsigned int tmp, score = 0; in of_flat_dt_match() local
770 if (tmp && (score == 0 || (tmp < score))) in of_flat_dt_match()
771 score = tmp; in of_flat_dt_match()
775 return score; in of_flat_dt_match()
822 unsigned int best_score = ~1, score = 0; in of_flat_dt_match_machine() local
826 score = of_flat_dt_match(dt_root, compat); in of_flat_dt_match_machine()
827 if (score > 0 && score < best_score) { in of_flat_dt_match_machine()
829 best_score = score; in of_flat_dt_match_machine()