Home
last modified time | relevance | path

Searched refs:orig_video_cols (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/u-boot/include/linux/
H A Dscreen_info.h16 __u8 orig_video_cols; /* 0x07 */ member
77 #define ORIG_VIDEO_COLS (screen_info.orig_video_cols)
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dvideo.c94 boot_params.screen_info.orig_video_cols = x; in store_mode_params()
242 saved.x = boot_params.screen_info.orig_video_cols; in save_screen()
259 int xs = boot_params.screen_info.orig_video_cols; in restore_screen()
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dvga.c21 screen_info->orig_video_cols = 80; in xen_init_vga()
32 screen_info->orig_video_cols = info->u.text_mode_3.columns; in xen_init_vga()
/OK3568_Linux_fs/kernel/drivers/video/console/
H A Dvgacon.c200 (screen_info.orig_video_cols == 0)) in vgacon_startup()
212 vga_video_num_columns = screen_info.orig_video_cols; in vgacon_startup()
360 vgacon_xres = screen_info.orig_video_cols * VGA_FONTWIDTH; in vgacon_startup()
655 vga_video_num_columns <= screen_info.orig_video_cols && in vgacon_switch()
1120 screen_info.orig_video_cols = width; in vgacon_resize()
1125 if (width % 2 || width > screen_info.orig_video_cols || in vgacon_resize()
H A Ddummycon.c22 #define DUMMY_COLUMNS screen_info.orig_video_cols
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dscreen_info.h17 __u8 orig_video_cols; /* 0x07 */ 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.h17 __u8 orig_video_cols; /* 0x07 */ 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.h17 __u8 orig_video_cols; /* 0x07 */ member
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dsetup.c37 .orig_video_cols = 80,
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dsetup.c19 .orig_video_cols = 80,
/OK3568_Linux_fs/kernel/arch/mips/sibyte/swarm/
H A Dsetup.c137 .orig_video_cols = 80, in plat_mem_setup()
/OK3568_Linux_fs/kernel/arch/mips/jazz/
H A Dsetup.c81 .orig_video_cols = 160, in plat_mem_setup()
/OK3568_Linux_fs/kernel/arch/mips/sni/
H A Dsetup.c50 si->orig_video_cols = di->CursorMaxXPosition; in sni_display_setup()
/OK3568_Linux_fs/kernel/arch/mips/mti-malta/
H A Dmalta-setup.c184 .orig_video_cols = 80, in screen_info_setup()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Datags_parse.c79 screen_info.orig_video_cols = tag->u.videotext.video_cols; in parse_tag_videotext()
H A Dsetup.c927 .orig_video_cols = 80,
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Defi-init.c78 screen_info.orig_video_cols = 80; in init_screen_info()
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dsys_sio.c63 screen_info.orig_video_cols = 100; in alphabook1_init_arch()
H A Dsetup.c148 .orig_video_cols = 80,
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dmisc.c368 cols = boot_params->screen_info.orig_video_cols; in extract_kernel()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dearly_printk.c375 max_xpos = boot_params.screen_info.orig_video_cols; in setup_early_printk()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dsetup.c53 .orig_video_cols = 80,
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsetup-common.c104 .orig_video_cols = 80,
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dsetup.c500 screen_info.orig_video_cols = num_cols; in screen_info_setup()