Home
last modified time | relevance | path

Searched refs:get_default_font (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/lib/fonts/
H A Dfonts.c111 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 Dfont.h59 extern const struct font_desc *get_default_font(int xres, int yres,
/linux-6.15/drivers/gpu/drm/
H A Ddrm_panic.c323 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 Dearlycon.c255 font = get_default_font(xres, yres, NULL, NULL); in efi_earlycon_setup()
/linux-6.15/drivers/gpu/drm/clients/
H A Ddrm_log.c199 scanout->font = get_default_font(width, height, NULL, NULL); in drm_log_setup_modeset()
/linux-6.15/drivers/video/
H A Dsticore.c532 fbfont = get_default_font(1024, 768, NULL, NULL); in sti_select_fbfont()
/linux-6.15/drivers/video/fbdev/core/
H A Dfbcon.c982 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()