Searched refs:get_default_font (Results 1 – 5 of 5) sorted by relevance
| /linux/lib/fonts/ |
| H A D | fonts.c | 114 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 D | font.h | 61 extern const struct font_desc *get_default_font(int xres, int yres,
|
| /linux/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/drivers/video/ |
| H A D | sticore.c | 532 fbfont = get_default_font(1024, 768, NULL, NULL); in sti_select_fbfont()
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fbcon.c | 1016 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()
|