Searched refs:font_height (Results 1 – 4 of 4) sorted by relevance
32 static int font_height; variable36 font_height = simple_strtoul(s, &s, 10); in parse_font_height()38 font_height = 0; in parse_font_height()58 if ( font_height == 0 ) /* choose a sensible default */ in vesa_early_init()61 else if ( font_height <= 8 ) in vesa_early_init()63 else if ( font_height <= 14 ) in vesa_early_init()
937 uint16_t font_height; member
487 vga_console_info.u.text_mode_3.font_height = 16; in efi_arch_console_init()
554 vga_console_info.u.text_mode_3.font_height = bvi->orig_video_points; in parse_video_info()929 vga_console_info.u.text_mode_3.font_height); in __start_xen()
Completed in 11 milliseconds