Searched refs:vc_cell_height (Results 1 – 2 of 2) sorted by relevance
385 c->vc_font.height = c->vc_cell_height = vga_video_font_height; in vgacon_init()515 c_height = c->vc_cell_height; in vgacon_cursor()560 unsigned int scanlines = height * c->vc_cell_height; in vgacon_doresize()566 vgacon_yres = height * c->vc_cell_height; in vgacon_doresize()620 int y = c->vc_rows * c->vc_cell_height; in vgacon_switch()622 c->vc_cell_height; in vgacon_switch()1035 c->vc_font.height = c->vc_cell_height = fontheight; in vgacon_adjust_height()1090 vga_default_font_height = c->vc_cell_height; in vgacon_resize()1095 c->vc_cell_height) in vgacon_resize()
130 unsigned int vc_cell_height; /* CRTC character cell height */ member