Home
last modified time | relevance | path

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

/linux/drivers/video/console/
A Dvgacon.c88 static unsigned int vga_video_num_lines; /* Number of text lines */ variable
209 vga_video_num_lines = screen_info.orig_video_lines; in vgacon_startup()
355 vga_video_font_height * vga_video_num_lines; in vgacon_startup()
384 c->vc_rows = vga_video_num_lines; in vgacon_init()
386 vc_resize(c, vga_video_num_columns, vga_video_num_lines); in vgacon_init()
639 vga_video_num_lines = c->vc_rows; in vgacon_switch()
652 vga_video_num_lines <= rows)) in vgacon_switch()

Completed in 5 milliseconds