Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/video/console/
Dvgacon.c87 static unsigned int vga_video_num_columns; /* Number of text columns */ variable
189 vga_video_num_columns = screen_info.orig_video_cols; in vgacon_startup()
362 c->vc_cols = vga_video_num_columns; in vgacon_init()
365 vc_resize(c, vga_video_num_columns, vga_video_num_lines); in vgacon_init()
617 vga_video_num_columns = c->vc_cols; in vgacon_switch()
629 (!(vga_video_num_columns % 2) && in vgacon_switch()
630 vga_video_num_columns <= screen_info.orig_video_cols && in vgacon_switch()