Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/console/
H A Dvgacon.c98 static int vga_video_font_height; variable
249 vga_video_font_height = 14; in vgacon_startup()
318 vga_video_font_height = 8; in vgacon_startup()
354 vga_video_font_height = screen_info.orig_video_points; in vgacon_startup()
357 vga_video_font_height * vga_video_num_lines; in vgacon_startup()
383 c->vc_font.height = c->vc_cell_height = vga_video_font_height; in vgacon_init()
1055 vga_video_font_height = fontheight; in vgacon_adjust_height()
/kernel/linux/linux-6.6/drivers/video/console/
H A Dvgacon.c88 static int vga_video_font_height; variable
218 vga_video_font_height = 14; in vgacon_startup()
287 vga_video_font_height = 8; in vgacon_startup()
323 vga_video_font_height = screen_info.orig_video_points; in vgacon_startup()
326 vga_video_font_height * vga_video_num_lines; in vgacon_startup()
350 c->vc_font.height = c->vc_cell_height = vga_video_font_height; in vgacon_init()
994 vga_video_font_height = fontheight; in vgacon_adjust_height()

Completed in 3 milliseconds