Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/xen/
H A 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()
/OK3568_Linux_fs/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)
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/arm/mach-footbridge/
H A Dcats-hw.c83 screen_info.orig_video_lines = 25; in fixup_cats()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dscreen_info.h22 __u8 orig_video_lines; /* 0x0e */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dscreen_info.h22 __u8 orig_video_lines; /* 0x0e */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dscreen_info.h22 __u8 orig_video_lines; /* 0x0e */ member
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dsetup.c36 .orig_video_lines = 30,
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dsetup.c18 .orig_video_lines = 30,
/OK3568_Linux_fs/kernel/drivers/video/console/
H A Dvgacon.c199 if ((screen_info.orig_video_lines == 0) || in vgacon_startup()
211 vga_video_num_lines = screen_info.orig_video_lines; in vgacon_startup()
635 int rows = screen_info.orig_video_lines * vga_default_font_height/ in vgacon_switch()
1121 screen_info.orig_video_lines = height; in vgacon_resize()
1126 height > (screen_info.orig_video_lines * vga_default_font_height)/ in vgacon_resize()
H A Ddummycon.c23 #define DUMMY_ROWS screen_info.orig_video_lines
/OK3568_Linux_fs/kernel/arch/mips/sibyte/swarm/
H A Dsetup.c140 .orig_video_lines = 25, in plat_mem_setup()
/OK3568_Linux_fs/kernel/arch/mips/jazz/
H A Dsetup.c82 .orig_video_lines = 64, in plat_mem_setup()
/OK3568_Linux_fs/kernel/arch/mips/sni/
H A Dsetup.c51 si->orig_video_lines = di->CursorMaxYPosition; in sni_display_setup()
/OK3568_Linux_fs/kernel/arch/mips/mti-malta/
H A Dmalta-setup.c188 .orig_video_lines = 25, in screen_info_setup()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Datags_parse.c81 screen_info.orig_video_lines = tag->u.videotext.video_lines; in parse_tag_videotext()
H A Dsetup.c926 .orig_video_lines = 30,
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Defi-init.c79 screen_info.orig_video_lines = 25; in init_screen_info()
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dsys_sio.c64 screen_info.orig_video_lines = 37; in alphabook1_init_arch()
H A Dsetup.c149 .orig_video_lines = 25,
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dmisc.c367 lines = boot_params->screen_info.orig_video_lines; in extract_kernel()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dearly_printk.c376 max_ypos = boot_params.screen_info.orig_video_lines; in setup_early_printk()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dsetup.c54 .orig_video_lines = 24,
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsetup-common.c105 .orig_video_lines = 25,
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dsetup.c501 screen_info.orig_video_lines = num_rows; in screen_info_setup()