Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
A Dtlv320aic23.c247 unsigned best_score = UINT_MAX; in find_rate() local
273 if (best_score > score) { in find_rate()
274 best_score = score; in find_rate()
282 if ((score != UINT_MAX) && (best_score >= score)) { in find_rate()
283 best_score = score; in find_rate()
/linux/drivers/gpu/drm/
A Ddrm_client_modeset.c493 int my_score, best_score, score; in drm_client_pick_crtcs() local
504 best_score = drm_client_pick_crtcs(client, connectors, connector_count, in drm_client_pick_crtcs()
507 return best_score; in drm_client_pick_crtcs()
511 return best_score; in drm_client_pick_crtcs()
548 if (score > best_score) { in drm_client_pick_crtcs()
549 best_score = score; in drm_client_pick_crtcs()
555 return best_score; in drm_client_pick_crtcs()
/linux/drivers/of/
A Dfdt.c862 unsigned int best_score = ~1, score = 0; in of_flat_dt_match_machine() local
867 if (score > 0 && score < best_score) { in of_flat_dt_match_machine()
869 best_score = score; in of_flat_dt_match_machine()
A Dbase.c1107 int score, best_score = 0; in __of_match_node() local
1115 if (score > best_score) { in __of_match_node()
1117 best_score = score; in __of_match_node()

Completed in 12 milliseconds