Searched refs:best_score (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | tlv320aic23.c | 252 unsigned best_score = UINT_MAX; in find_rate() local 278 if (best_score > score) { in find_rate() 279 best_score = score; in find_rate() 287 if ((score != UINT_MAX) && (best_score >= score)) { in find_rate() 288 best_score = score; in find_rate()
|
/Linux-v4.19/drivers/of/ |
D | fdt.c | 861 unsigned int best_score = ~1, score = 0; in of_flat_dt_match_machine() local 866 if (score > 0 && score < best_score) { in of_flat_dt_match_machine() 868 best_score = score; in of_flat_dt_match_machine()
|
D | base.c | 1024 int score, best_score = 0; in __of_match_node() local 1032 if (score > best_score) { in __of_match_node() 1034 best_score = score; in __of_match_node()
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_fb_helper.c | 2334 int my_score, best_score, score; in drm_pick_crtcs() local 2345 best_score = drm_pick_crtcs(fb_helper, best_crtcs, modes, n+1, width, height); in drm_pick_crtcs() 2347 return best_score; in drm_pick_crtcs() 2352 return best_score; in drm_pick_crtcs() 2390 if (score > best_score) { in drm_pick_crtcs() 2391 best_score = score; in drm_pick_crtcs() 2399 return best_score; in drm_pick_crtcs()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_gem_gtt.c | 3137 unsigned int scanned, best_score; in intel_ppat_get() local 3142 scanned = best_score = 0; in intel_ppat_get() 3147 if (score > best_score) { in intel_ppat_get() 3153 best_score = score; in intel_ppat_get()
|