Searched refs:get_default_font (Results 1 – 6 of 6) sorted by relevance
| /linux/lib/fonts/ |
| A D | fonts.c | 111 const struct font_desc *get_default_font(int xres, int yres, in get_default_font() function 152 EXPORT_SYMBOL(get_default_font);
|
| /linux/include/linux/ |
| A D | font.h | 59 extern const struct font_desc *get_default_font(int xres, int yres,
|
| /linux/drivers/firmware/efi/ |
| A D | earlycon.c | 255 font = get_default_font(xres, yres, NULL, NULL); in efi_earlycon_setup()
|
| /linux/drivers/gpu/drm/ |
| A D | drm_panic.c | 528 const struct font_desc *font = get_default_font(sb->width, sb->height, NULL, NULL); in draw_panic_static_user() 595 const struct font_desc *font = get_default_font(sb->width, sb->height, NULL, NULL); in draw_panic_static_kmsg() 786 const struct font_desc *font = get_default_font(sb->width, sb->height, NULL, NULL); in _draw_panic_static_qr_code()
|
| /linux/drivers/video/ |
| A D | sticore.c | 532 fbfont = get_default_font(1024, 768, NULL, NULL); in sti_select_fbfont()
|
| /linux/drivers/video/fbdev/core/ |
| A D | fbcon.c | 983 font = get_default_font(info->var.xres, in fbcon_startup() 1060 font = get_default_font(info->var.xres, in fbcon_init() 2560 f = get_default_font(info->var.xres, info->var.yres, in fbcon_set_def_font()
|
Completed in 29 milliseconds