Home
last modified time | relevance | path

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

/linux/lib/fonts/
H A Dfonts.c114 const struct font_desc *get_default_font(int xres, int yres, in get_default_font() function
155 EXPORT_SYMBOL(get_default_font);
/linux/include/linux/
H A Dfont.h61 extern const struct font_desc *get_default_font(int xres, int yres,
/linux/drivers/gpu/drm/clients/
H A Ddrm_log.c199 scanout->font = get_default_font(width, height, NULL, NULL); in drm_log_setup_modeset()
/linux/drivers/video/
H A Dsticore.c532 fbfont = get_default_font(1024, 768, NULL, NULL); in sti_select_fbfont()
/linux/drivers/video/fbdev/core/
H A Dfbcon.c1016 font = get_default_font(info->var.xres, in fbcon_startup()
1094 font = get_default_font(info->var.xres, in fbcon_init()
2569 f = get_default_font(info->var.xres, info->var.yres, in fbcon_set_def_font()