Searched refs:get_default_font (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/lib/fonts/ |
H A D | fonts.c | 109 const struct font_desc *get_default_font(int xres, int yres, u32 font_w, in get_default_font() function 149 EXPORT_SYMBOL(get_default_font);
|
/openbmc/linux/include/linux/ |
H A D | font.h | 59 extern const struct font_desc *get_default_font(int xres, int yres,
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | earlycon.c | 255 font = get_default_font(xres, yres, -1, -1); in efi_earlycon_setup()
|
/openbmc/linux/drivers/video/ |
H A D | sticore.c | 532 fbfont = get_default_font(1024,768, ~(u32)0, ~(u32)0); in sti_select_fbfont()
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fbcon.c | 965 font = get_default_font(info->var.xres, in fbcon_startup() 1042 font = get_default_font(info->var.xres, in fbcon_init() 2544 f = get_default_font(info->var.xres, info->var.yres, in fbcon_set_def_font()
|