Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
H A Dvga.c18 screen_info->orig_video_lines = 25; in xen_init_vga()
22 screen_info->orig_y = screen_info->orig_video_lines - 1; in xen_init_vga()
29 screen_info->orig_video_lines = info->u.text_mode_3.rows; in xen_init_vga()
/linux/arch/x86/boot/
H A Dvideo.c95 boot_params.screen_info.orig_video_lines = y; in store_mode_params()
243 saved.y = boot_params.screen_info.orig_video_lines; in save_screen()
260 int ys = boot_params.screen_info.orig_video_lines; in restore_screen()
/linux/include/uapi/linux/
H A Dscreen_info.h22 __u8 orig_video_lines; /* 0x0e */ member
/linux/drivers/video/console/
H A Dvgacon.c203 if ((vga_si->orig_video_lines == 0) || in vgacon_startup()
215 vga_video_num_lines = vga_si->orig_video_lines; in vgacon_startup()
621 int rows = vga_si->orig_video_lines * vga_default_font_height/ in vgacon_switch()
1089 vga_si->orig_video_lines = height; in vgacon_resize()
1094 height > (vga_si->orig_video_lines * vga_default_font_height)/ in vgacon_resize()
H A Ddummycon.c24 #define DUMMY_ROWS vgacon_screen_info.orig_video_lines
/linux/arch/mips/sibyte/swarm/
H A Dsetup.c123 .orig_video_lines = 25,
/linux/include/linux/
H A Dscreen_info.h106 if (!si->orig_video_lines || !si->orig_video_cols) in screen_info_video_type()
/linux/arch/mips/sni/
H A Dsetup.c51 si.orig_video_lines = di->CursorMaxYPosition; in sni_display_setup()
/linux/arch/mips/mti-malta/
H A Dmalta-setup.c174 .orig_video_lines = 25, in screen_info_setup()
/linux/arch/arm/kernel/
H A Datags_parse.c81 vgacon_screen_info.orig_video_lines = tag->u.videotext.video_lines; in parse_tag_videotext()
H A Dsetup.c933 .orig_video_lines = 30,
/linux/arch/x86/kernel/
H A Dearly_printk.c376 max_ypos = boot_params.screen_info.orig_video_lines; in setup_early_printk()
/linux/arch/x86/boot/compressed/
H A Dmisc.c430 lines = boot_params_ptr->screen_info.orig_video_lines; in extract_kernel()
/linux/arch/alpha/kernel/
H A Dsetup.c145 .orig_video_lines = 25,