Lines Matching refs:vc_cell_height
383 c->vc_font.height = c->vc_cell_height = vga_video_font_height; in vgacon_init()
526 c->vc_cell_height - in vgacon_cursor()
527 (c->vc_cell_height < in vgacon_cursor()
529 c->vc_cell_height - in vgacon_cursor()
530 (c->vc_cell_height < in vgacon_cursor()
535 c->vc_cell_height / 3, in vgacon_cursor()
536 c->vc_cell_height - in vgacon_cursor()
537 (c->vc_cell_height < in vgacon_cursor()
542 (c->vc_cell_height * 2) / 3, in vgacon_cursor()
543 c->vc_cell_height - in vgacon_cursor()
544 (c->vc_cell_height < in vgacon_cursor()
549 c->vc_cell_height / 2, in vgacon_cursor()
550 c->vc_cell_height - in vgacon_cursor()
551 (c->vc_cell_height < in vgacon_cursor()
562 c->vc_cell_height); in vgacon_cursor()
573 unsigned int scanlines = height * c->vc_cell_height; in vgacon_doresize()
579 vgacon_yres = height * c->vc_cell_height; in vgacon_doresize()
634 int y = c->vc_rows * c->vc_cell_height; in vgacon_switch()
636 c->vc_cell_height; in vgacon_switch()
1067 c->vc_font.height = c->vc_cell_height = fontheight; in vgacon_adjust_height()
1122 vga_default_font_height = c->vc_cell_height; in vgacon_resize()
1127 c->vc_cell_height) in vgacon_resize()