Searched refs:score (Results 1 – 9 of 9) sorted by relevance
/drivers/gpu/drm/nouveau/core/subdev/bios/ |
D | base.c | 291 int score; member 327 mthd->score = nouveau_bios_score(bios, mthd->rw); in nouveau_bios_shadow() 328 if (mthd->score) { in nouveau_bios_shadow() 359 mthd->score = nouveau_bios_score(bios, mthd->rw); in nouveau_bios_shadow() 363 } while (mthd->score != 3 && (++mthd)->shadow); in nouveau_bios_shadow() 368 if (mthd->score > best->score) { in nouveau_bios_shadow() 374 if (best->score) { in nouveau_bios_shadow()
|
/drivers/of/ |
D | fdt.c | 90 unsigned long cplen, l, score = 0; in of_fdt_is_compatible() local 96 score++; in of_fdt_is_compatible() 98 return score; in of_fdt_is_compatible() 113 unsigned int tmp, score = 0; in of_fdt_match() local 120 if (tmp && (score == 0 || (tmp < score))) in of_fdt_match() 121 score = tmp; in of_fdt_match() 125 return score; in of_fdt_match()
|
/drivers/gpu/drm/omapdrm/ |
D | tcm-sita.c | 62 struct score *best); 280 struct score best = {{0}, {0}, {0}, 0}; in scan_r2l_t2b() 354 struct score best = {{0}, {0}, {0}, 0}; in scan_l2r_t2b() 604 struct score *best) in update_candidate() 606 struct score me; /* score for area */ in update_candidate()
|
D | tcm-sita.h | 72 struct score { struct
|
/drivers/gpu/drm/radeon/ |
D | radeon_uvd.c | 772 unsigned vclk_div, dclk_div, score; in radeon_uvd_calc_upll_dividers() local 795 score = vclk - (vco_freq / vclk_div) + dclk - (vco_freq / dclk_div); in radeon_uvd_calc_upll_dividers() 798 if (score < optimal_score) { in radeon_uvd_calc_upll_dividers() 802 optimal_score = score; in radeon_uvd_calc_upll_dividers()
|
/drivers/mtd/ |
D | rfd_ftl.c | 447 int block, best_block, score, old_sector_block; in reclaim_block() local 453 score = 0x7fffffff; /* MAX_INT */ in reclaim_block() 487 if (this_score < score) { in reclaim_block() 489 score = this_score; in reclaim_block()
|
/drivers/gpu/drm/ |
D | drm_edid.c | 946 int i, score = 0; in drm_edid_header_is_valid() local 950 score++; in drm_edid_header_is_valid() 952 return score; in drm_edid_header_is_valid() 975 int score = drm_edid_header_is_valid(raw_edid); in drm_edid_block_valid() local 976 if (score == 8) ; in drm_edid_block_valid() 977 else if (score >= edid_fixup) { in drm_edid_block_valid()
|
D | drm_fb_helper.c | 1321 int my_score, best_score, score; in drm_pick_crtcs() local 1378 score = my_score + drm_pick_crtcs(fb_helper, crtcs, modes, n + 1, in drm_pick_crtcs() 1380 if (score > best_score) { in drm_pick_crtcs() 1382 best_score = score; in drm_pick_crtcs()
|
/drivers/net/irda/ |
D | donauboe.c | 671 toshoboe_dumprx (struct toshoboe_cb *self, int score) in toshoboe_dumprx() argument 674 PROBE_DEBUG(" %d\nRX:",score); in toshoboe_dumprx()
|