get_default_font
font = get_default_font(xres, yres, NULL, NULL);
scanout->font = get_default_font(width, height, NULL, NULL);
const struct font_desc *font = get_default_font(sb->width, sb->height, NULL, NULL);
const struct font_desc *font = get_default_font(sb->width, sb->height, NULL, NULL);
const struct font_desc *font = get_default_font(sb->width, sb->height, NULL, NULL);
font = get_default_font(info->var.xres,
font = get_default_font(info->var.xres,
f = get_default_font(info->var.xres, info->var.yres,
fbfont = get_default_font(1024, 768, NULL, NULL);
extern const struct font_desc *get_default_font(int xres, int yres,
EXPORT_SYMBOL(get_default_font);