Searched refs:get_default_font (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/lib/fonts/ |
| H 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-6.15/include/linux/ |
| H A D | font.h | 59 extern const struct font_desc *get_default_font(int xres, int yres,
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_panic.c | 323 const struct font_desc *font = get_default_font(sb->width, sb->height, NULL, NULL); in draw_panic_static_user() 392 const struct font_desc *font = get_default_font(sb->width, sb->height, NULL, NULL); in draw_panic_static_kmsg() 580 const struct font_desc *font = get_default_font(sb->width, sb->height, NULL, NULL); in _draw_panic_static_qr_code()
|
| /linux-6.15/drivers/firmware/efi/ |
| H A D | earlycon.c | 255 font = get_default_font(xres, yres, NULL, NULL); in efi_earlycon_setup()
|
| /linux-6.15/drivers/gpu/drm/clients/ |
| H A D | drm_log.c | 199 scanout->font = get_default_font(width, height, NULL, NULL); in drm_log_setup_modeset()
|
| /linux-6.15/drivers/video/ |
| H A D | sticore.c | 532 fbfont = get_default_font(1024, 768, NULL, NULL); in sti_select_fbfont()
|
| /linux-6.15/drivers/video/fbdev/core/ |
| H A D | fbcon.c | 982 font = get_default_font(info->var.xres, in fbcon_startup() 1059 font = get_default_font(info->var.xres, in fbcon_init() 2561 f = get_default_font(info->var.xres, info->var.yres, in fbcon_set_def_font()
|