Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/video/console/
Dvgacon.c88 static unsigned int vga_video_num_columns; /* Number of text columns */ variable
212 vga_video_num_columns = screen_info.orig_video_cols; in vgacon_startup()
381 c->vc_cols = vga_video_num_columns; in vgacon_init()
384 vc_resize(c, vga_video_num_columns, vga_video_num_lines); in vgacon_init()
638 vga_video_num_columns = c->vc_cols; in vgacon_switch()
650 (!(vga_video_num_columns % 2) && in vgacon_switch()
651 vga_video_num_columns <= screen_info.orig_video_cols && in vgacon_switch()