Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/xen/
H A Dvga.c19 screen_info->orig_video_lines = 25; in xen_init_vga()
23 screen_info->orig_y = screen_info->orig_video_lines - 1; in xen_init_vga()
30 screen_info->orig_video_lines = info->u.text_mode_3.rows; in xen_init_vga()
/openbmc/u-boot/include/linux/
H A Dscreen_info.h21 __u8 orig_video_lines; /* 0x0e */ member
79 #define ORIG_VIDEO_LINES (screen_info.orig_video_lines)
/openbmc/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()
/openbmc/linux/include/uapi/linux/
H A Dscreen_info.h22 __u8 orig_video_lines; /* 0x0e */ member
/openbmc/linux/arch/csky/kernel/
H A Dsetup.c18 .orig_video_lines = 30,
/openbmc/linux/arch/mips/sibyte/swarm/
H A Dsetup.c139 .orig_video_lines = 25, in plat_mem_setup()
/openbmc/linux/include/linux/
H A Dscreen_info.h106 if (!si->orig_video_lines || !si->orig_video_cols) in screen_info_video_type()
/openbmc/linux/drivers/video/console/
H A Ddummycon.c23 #define DUMMY_ROWS screen_info.orig_video_lines
H A Dvgacon.c168 if ((screen_info.orig_video_lines == 0) || in vgacon_startup()
180 vga_video_num_lines = screen_info.orig_video_lines; in vgacon_startup()
592 int rows = screen_info.orig_video_lines * vga_default_font_height/ in vgacon_switch()
1060 screen_info.orig_video_lines = height; in vgacon_resize()
1065 height > (screen_info.orig_video_lines * vga_default_font_height)/ in vgacon_resize()
/openbmc/linux/arch/arm/kernel/
H A Defi.c129 screen_info.orig_video_lines = 25; in arm_efi_init()
H A Datags_parse.c81 screen_info.orig_video_lines = tag->u.videotext.video_lines; in parse_tag_videotext()
H A Dsetup.c934 .orig_video_lines = 30,
/openbmc/linux/arch/mips/jazz/
H A Dsetup.c82 .orig_video_lines = 64, in plat_mem_setup()
/openbmc/linux/arch/mips/mti-malta/
H A Dmalta-setup.c174 .orig_video_lines = 25, in screen_info_setup()
/openbmc/linux/arch/mips/sni/
H A Dsetup.c51 si->orig_video_lines = di->CursorMaxYPosition; in sni_display_setup()
/openbmc/linux/arch/alpha/kernel/
H A Dsys_sio.c65 screen_info.orig_video_lines = 37; in alphabook1_init_arch()
H A Dsetup.c145 .orig_video_lines = 25,
/openbmc/linux/arch/x86/kernel/
H A Dearly_printk.c376 max_ypos = boot_params.screen_info.orig_video_lines; in setup_early_printk()
/openbmc/linux/arch/x86/boot/compressed/
H A Dmisc.c416 lines = boot_params->screen_info.orig_video_lines; in extract_kernel()
/openbmc/linux/arch/xtensa/kernel/
H A Dsetup.c57 .orig_video_lines = 24,
/openbmc/linux/arch/powerpc/kernel/
H A Dsetup-common.c108 .orig_video_lines = 25,
/openbmc/linux/arch/ia64/kernel/
H A Dsetup.c528 screen_info.orig_video_lines = num_rows; in screen_info_setup()