Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/xen/
Dvga.c20 screen_info->orig_video_lines = 25; in xen_init_vga()
24 screen_info->orig_y = screen_info->orig_video_lines - 1; in xen_init_vga()
31 screen_info->orig_video_lines = info->u.text_mode_3.rows; in xen_init_vga()
/linux-6.1.9/arch/x86/boot/
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-6.1.9/arch/arm/mach-footbridge/
Dcats-hw.c83 screen_info.orig_video_lines = 25; in fixup_cats()
/linux-6.1.9/include/uapi/linux/
Dscreen_info.h22 __u8 orig_video_lines; /* 0x0e */ member
/linux-6.1.9/arch/csky/kernel/
Dsetup.c18 .orig_video_lines = 30,
/linux-6.1.9/arch/mips/sibyte/swarm/
Dsetup.c139 .orig_video_lines = 25, in plat_mem_setup()
/linux-6.1.9/drivers/video/console/
Ddummycon.c23 #define DUMMY_ROWS screen_info.orig_video_lines
Dvgacon.c176 if ((screen_info.orig_video_lines == 0) || in vgacon_startup()
188 vga_video_num_lines = screen_info.orig_video_lines; in vgacon_startup()
610 int rows = screen_info.orig_video_lines * vga_default_font_height/ in vgacon_switch()
1078 screen_info.orig_video_lines = height; in vgacon_resize()
1083 height > (screen_info.orig_video_lines * vga_default_font_height)/ in vgacon_resize()
/linux-6.1.9/arch/mips/jazz/
Dsetup.c82 .orig_video_lines = 64, in plat_mem_setup()
/linux-6.1.9/arch/mips/mti-malta/
Dmalta-setup.c174 .orig_video_lines = 25, in screen_info_setup()
/linux-6.1.9/arch/mips/sni/
Dsetup.c51 si->orig_video_lines = di->CursorMaxYPosition; in sni_display_setup()
/linux-6.1.9/arch/arm/kernel/
Defi.c102 screen_info.orig_video_lines = 25; in load_screen_info_table()
Datags_parse.c81 screen_info.orig_video_lines = tag->u.videotext.video_lines; in parse_tag_videotext()
Dsetup.c927 .orig_video_lines = 30,
/linux-6.1.9/arch/riscv/kernel/
Dsetup.c42 .orig_video_lines = 30,
/linux-6.1.9/arch/alpha/kernel/
Dsys_sio.c64 screen_info.orig_video_lines = 37; in alphabook1_init_arch()
Dsetup.c144 .orig_video_lines = 25,
/linux-6.1.9/arch/x86/boot/compressed/
Dmisc.c376 lines = boot_params->screen_info.orig_video_lines; in extract_kernel()
/linux-6.1.9/arch/x86/kernel/
Dearly_printk.c376 max_ypos = boot_params.screen_info.orig_video_lines; in setup_early_printk()
/linux-6.1.9/arch/xtensa/kernel/
Dsetup.c55 .orig_video_lines = 24,
/linux-6.1.9/arch/powerpc/kernel/
Dsetup-common.c103 .orig_video_lines = 25,
/linux-6.1.9/arch/ia64/kernel/
Dsetup.c523 screen_info.orig_video_lines = num_rows; in screen_info_setup()