Searched refs:best_score (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | tlv320aic23.c | 247 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()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | tlv320aic23.c | 247 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_client_modeset.c | 497 int my_score, best_score, score; in drm_client_pick_crtcs() local 508 best_score = drm_client_pick_crtcs(client, connectors, connector_count, in drm_client_pick_crtcs() 511 return best_score; in drm_client_pick_crtcs() 515 return best_score; in drm_client_pick_crtcs() 552 if (score > best_score) { in drm_client_pick_crtcs() 553 best_score = score; in drm_client_pick_crtcs() 559 return best_score; in drm_client_pick_crtcs()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_client_modeset.c | 500 int my_score, best_score, score; in drm_client_pick_crtcs() local 511 best_score = drm_client_pick_crtcs(client, connectors, connector_count, in drm_client_pick_crtcs() 514 return best_score; in drm_client_pick_crtcs() 518 return best_score; in drm_client_pick_crtcs() 555 if (score > best_score) { in drm_client_pick_crtcs() 556 best_score = score; in drm_client_pick_crtcs() 562 return best_score; in drm_client_pick_crtcs()
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | fdt.c | 817 unsigned int best_score = ~1, score = 0; in of_flat_dt_match_machine() local 822 if (score > 0 && score < best_score) { in of_flat_dt_match_machine() 824 best_score = score; in of_flat_dt_match_machine()
|
H A D | base.c | 1086 int score, best_score = 0; in __of_match_node() local 1094 if (score > best_score) { in __of_match_node() 1096 best_score = score; in __of_match_node()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | fdt.c | 855 unsigned int best_score = ~1, score = 0; in of_flat_dt_match_machine() local 860 if (score > 0 && score < best_score) { in of_flat_dt_match_machine() 862 best_score = score; in of_flat_dt_match_machine()
|
H A D | base.c | 948 int score, best_score = 0; in __of_match_node() local 956 if (score > best_score) { in __of_match_node() 958 best_score = score; in __of_match_node()
|
Completed in 15 milliseconds