Lines Matching refs:vc_cell_height
358 c->vc_font.height = c->vc_cell_height = vga_video_font_height; in vgacon_init()
501 c->vc_cell_height - in vgacon_cursor()
502 (c->vc_cell_height < in vgacon_cursor()
504 c->vc_cell_height - in vgacon_cursor()
505 (c->vc_cell_height < in vgacon_cursor()
510 c->vc_cell_height / 3, in vgacon_cursor()
511 c->vc_cell_height - in vgacon_cursor()
512 (c->vc_cell_height < in vgacon_cursor()
517 (c->vc_cell_height * 2) / 3, in vgacon_cursor()
518 c->vc_cell_height - in vgacon_cursor()
519 (c->vc_cell_height < in vgacon_cursor()
524 c->vc_cell_height / 2, in vgacon_cursor()
525 c->vc_cell_height - in vgacon_cursor()
526 (c->vc_cell_height < in vgacon_cursor()
537 c->vc_cell_height); in vgacon_cursor()
548 unsigned int scanlines = height * c->vc_cell_height; in vgacon_doresize()
554 vgacon_yres = height * c->vc_cell_height; in vgacon_doresize()
609 int y = c->vc_rows * c->vc_cell_height; in vgacon_switch()
611 c->vc_cell_height; in vgacon_switch()
1024 c->vc_font.height = c->vc_cell_height = fontheight; in vgacon_adjust_height()
1079 vga_default_font_height = c->vc_cell_height; in vgacon_resize()
1084 c->vc_cell_height) in vgacon_resize()