Searched refs:get_default_font (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/lib/fonts/ |
D | fonts.c | 106 const struct font_desc *get_default_font(int xres, int yres, u32 font_w, in get_default_font() function 146 EXPORT_SYMBOL(get_default_font);
|
/Linux-v5.4/include/linux/ |
D | font.h | 56 extern const struct font_desc *get_default_font(int xres, int yres,
|
/Linux-v5.4/drivers/firmware/efi/ |
D | earlycon.c | 195 font = get_default_font(xres, yres, -1, -1); in efi_earlycon_setup()
|
/Linux-v5.4/drivers/video/console/ |
D | sticore.c | 505 fbfont = get_default_font(1024,768, ~(u32)0, ~(u32)0); in sti_select_fbfont()
|
/Linux-v5.4/drivers/video/fbdev/core/ |
D | fbcon.c | 1047 font = get_default_font(info->var.xres, in fbcon_startup() 1126 font = get_default_font(info->var.xres, in fbcon_init() 2705 f = get_default_font(info->var.xres, info->var.yres, in fbcon_set_def_font()
|