console_font
struct console_font font;
struct console_font font;
struct console_font font = {.width = op->width, .height = op->height};
static int newport_set_font(int unit, const struct console_font *op,
static int newport_set_def_font(int unit, struct console_font *op);
static int newport_set_def_font(int unit, struct console_font *op)
static int newport_font_default(struct vc_data *vc, struct console_font *op,
static int newport_font_set(struct vc_data *vc, const struct console_font *font,
static int sticon_set_font(struct vc_data *vc, const struct console_font *op,
static int sticon_font_default(struct vc_data *vc, struct console_font *op,
static int sticon_font_set(struct vc_data *vc, const struct console_font *font,
static int vgacon_font_set(struct vc_data *c, const struct console_font *font,
static int vgacon_font_get(struct vc_data *c, struct console_font *font, unsigned int vpitch)
static int fbcon_get_font(struct vc_data *vc, struct console_font *font, unsigned int vpitch)
static int fbcon_set_font(struct vc_data *vc, const struct console_font *font,
static int fbcon_set_def_font(struct vc_data *vc, struct console_font *font,
const struct console_font *font,
int (*con_font_get)(struct vc_data *vc, struct console_font *font,
struct console_font *font, const char *name);
struct console_font;
struct console_font vc_font; /* Current VC font set */