Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H 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()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_client_modeset.c500 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()
/openbmc/linux/drivers/of/
H A Dfdt.c856 unsigned int best_score = ~1, score = 0; in of_flat_dt_match_machine() local
861 if (score > 0 && score < best_score) { in of_flat_dt_match_machine()
863 best_score = score; in of_flat_dt_match_machine()
H A Dbase.c948 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()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch12481 double best_score, score;