Searched refs:get_default_font (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/lib/fonts/ |
| D | fonts.c | 116 const struct font_desc *get_default_font(int xres, int yres, u32 font_w, in get_default_font() function 153 EXPORT_SYMBOL(get_default_font);
|
| /linux-4.4.14/include/linux/ |
| D | font.h | 54 extern const struct font_desc *get_default_font(int xres, int yres,
|
| /linux-4.4.14/arch/x86/platform/efi/ |
| D | early_printk.c | 216 font = get_default_font(xres, yres, -1, -1); in early_efi_setup()
|
| /linux-4.4.14/drivers/video/console/ |
| D | sticore.c | 504 fbfont = get_default_font(1024,768, ~(u32)0, ~(u32)0); in sti_select_fbfont()
|
| D | fbcon.c | 993 font = get_default_font(info->var.xres, in fbcon_startup() 1066 font = get_default_font(info->var.xres, in fbcon_init() 2637 f = get_default_font(info->var.xres, info->var.yres, in fbcon_set_def_font()
|