Searched refs:vc_font (Results 1 – 3 of 3) sorted by relevance
78 struct vc_font { struct85 unsigned int vc_font_pitch(const struct vc_font *font); argument86 unsigned int vc_font_size(const struct vc_font *font);152 struct vc_font vc_font; /* Current VC font set */ member
385 c->vc_font.height = c->vc_cell_height = vga_video_font_height; in vgacon_init()1035 c->vc_font.height = c->vc_cell_height = fontheight; in vgacon_adjust_height()1070 font->height = c->vc_font.height; in vgacon_font_get()
244 unsigned int vc_font_pitch(const struct vc_font *font) in vc_font_pitch()261 unsigned int vc_font_size(const struct vc_font *font) in vc_font_size()