Home
last modified time | relevance | path

Searched refs:vc_font (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dconsole_struct.h78 struct vc_font { struct
85 unsigned int vc_font_pitch(const struct vc_font *font); argument
86 unsigned int vc_font_size(const struct vc_font *font);
152 struct vc_font vc_font; /* Current VC font set */ member
/linux/drivers/video/console/
H A Dvgacon.c385 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()
/linux/drivers/tty/vt/
H A Dvt.c244 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()