Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/gpu/drm/
Ddrm_fb_helper.c1555 int my_score, best_score, score; in drm_pick_crtcs() local
1566 best_score = drm_pick_crtcs(fb_helper, best_crtcs, modes, n+1, width, height); in drm_pick_crtcs()
1568 return best_score; in drm_pick_crtcs()
1573 return best_score; in drm_pick_crtcs()
1613 if (score > best_score) { in drm_pick_crtcs()
1614 best_score = score; in drm_pick_crtcs()
1622 return best_score; in drm_pick_crtcs()
/linux-4.1.27/drivers/of/
Dfdt.c712 unsigned int best_score = ~1, score = 0; in of_flat_dt_match_machine() local
717 if (score > 0 && score < best_score) { in of_flat_dt_match_machine()
719 best_score = score; in of_flat_dt_match_machine()
Dbase.c955 int score, best_score = 0; in __of_match_node() local
963 if (score > best_score) { in __of_match_node()
965 best_score = score; in __of_match_node()