Searched refs:find_font (Results 1 – 7 of 7) sorted by relevance
85 const struct font_desc *find_font(const char *name) in find_font() function95 EXPORT_SYMBOL(find_font);
57 extern const struct font_desc *find_font(const char *name);
133 const struct font_desc *vga = find_font("VGA8x16"); in solo_osd_print()
340 const struct font_desc *font = find_font("VGA8x16"); in vimc_probe()
530 fbfont = find_font(fbfont_name); in sti_select_fbfont()
1015 if (!fontname[0] || !(font = find_font(fontname))) in fbcon_startup()1093 if (!fontname[0] || !(font = find_font(fontname))) in fbcon_init()2571 else if (!(f = find_font(name))) in fbcon_set_def_font()
2082 const struct font_desc *font = find_font("VGA8x16"); in vivid_probe()