Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/console/
H A Dvgacon.c89 static unsigned int vga_video_num_lines; /* Number of text lines */ variable
211 vga_video_num_lines = screen_info.orig_video_lines; in vgacon_startup()
357 vga_video_font_height * vga_video_num_lines; in vgacon_startup()
388 c->vc_rows = vga_video_num_lines; in vgacon_init()
390 vc_resize(c, vga_video_num_columns, vga_video_num_lines); in vgacon_init()
643 vga_video_num_lines = c->vc_rows; in vgacon_switch()
656 vga_video_num_lines <= rows)) in vgacon_switch()
/kernel/linux/linux-6.6/drivers/video/console/
H A Dvgacon.c80 static unsigned int vga_video_num_lines; /* Number of text lines */ variable
180 vga_video_num_lines = screen_info.orig_video_lines; in vgacon_startup()
326 vga_video_font_height * vga_video_num_lines; in vgacon_startup()
355 c->vc_rows = vga_video_num_lines; in vgacon_init()
357 vc_resize(c, vga_video_num_columns, vga_video_num_lines); in vgacon_init()
600 vga_video_num_lines = c->vc_rows; in vgacon_switch()
613 vga_video_num_lines <= rows)) in vgacon_switch()

Completed in 4 milliseconds