Home
last modified time | relevance | path

Searched refs:best_score (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/sound/soc/codecs/
Dtlv320aic23.c253 unsigned best_score = UINT_MAX; in find_rate() local
279 if (best_score > score) { in find_rate()
280 best_score = score; in find_rate()
288 if ((score != UINT_MAX) && (best_score >= score)) { in find_rate()
289 best_score = score; in find_rate()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_fb_helper.c1905 int my_score, best_score, score; in drm_pick_crtcs() local
1916 best_score = drm_pick_crtcs(fb_helper, best_crtcs, modes, n+1, width, height); in drm_pick_crtcs()
1918 return best_score; in drm_pick_crtcs()
1923 return best_score; in drm_pick_crtcs()
1963 if (score > best_score) { in drm_pick_crtcs()
1964 best_score = score; in drm_pick_crtcs()
1972 return best_score; in drm_pick_crtcs()
/linux-4.4.14/drivers/of/
Dfdt.c729 unsigned int best_score = ~1, score = 0; in of_flat_dt_match_machine() local
734 if (score > 0 && score < best_score) { in of_flat_dt_match_machine()
736 best_score = score; in of_flat_dt_match_machine()
Dbase.c952 int score, best_score = 0; in __of_match_node() local
960 if (score > best_score) { in __of_match_node()
962 best_score = score; in __of_match_node()