/openbmc/u-boot/include/linux/ |
H A D | screen_info.h | 16 __u8 orig_video_cols; /* 0x07 */ member 77 #define ORIG_VIDEO_COLS (screen_info.orig_video_cols)
|
/openbmc/linux/arch/x86/xen/ |
H A D | vga.c | 20 screen_info->orig_video_cols = 80; in xen_init_vga() 31 screen_info->orig_video_cols = info->u.text_mode_3.columns; in xen_init_vga()
|
/openbmc/linux/arch/x86/boot/ |
H A D | video.c | 94 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()
|
/openbmc/linux/include/uapi/linux/ |
H A D | screen_info.h | 17 __u8 orig_video_cols; /* 0x07 */ member
|
/openbmc/linux/drivers/video/console/ |
H A D | vgacon.c | 169 (screen_info.orig_video_cols == 0)) in vgacon_startup() 181 vga_video_num_columns = screen_info.orig_video_cols; in vgacon_startup() 329 vgacon_xres = screen_info.orig_video_cols * VGA_FONTWIDTH; in vgacon_startup() 612 vga_video_num_columns <= screen_info.orig_video_cols && in vgacon_switch() 1059 screen_info.orig_video_cols = width; in vgacon_resize() 1064 if (width % 2 || width > screen_info.orig_video_cols || in vgacon_resize()
|
H A D | dummycon.c | 22 #define DUMMY_COLUMNS screen_info.orig_video_cols
|
/openbmc/linux/arch/csky/kernel/ |
H A D | setup.c | 19 .orig_video_cols = 80,
|
/openbmc/linux/arch/mips/sibyte/swarm/ |
H A D | setup.c | 136 .orig_video_cols = 80, in plat_mem_setup()
|
/openbmc/linux/include/linux/ |
H A D | screen_info.h | 106 if (!si->orig_video_lines || !si->orig_video_cols) in screen_info_video_type()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | efi.c | 128 screen_info.orig_video_cols = 80; in arm_efi_init()
|
H A D | atags_parse.c | 79 screen_info.orig_video_cols = tag->u.videotext.video_cols; in parse_tag_videotext()
|
H A D | setup.c | 935 .orig_video_cols = 80,
|
/openbmc/linux/arch/mips/jazz/ |
H A D | setup.c | 81 .orig_video_cols = 160, in plat_mem_setup()
|
/openbmc/linux/arch/mips/mti-malta/ |
H A D | malta-setup.c | 170 .orig_video_cols = 80, in screen_info_setup()
|
/openbmc/linux/arch/mips/sni/ |
H A D | setup.c | 50 si->orig_video_cols = di->CursorMaxXPosition; in sni_display_setup()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | sys_sio.c | 64 screen_info.orig_video_cols = 100; in alphabook1_init_arch()
|
H A D | setup.c | 144 .orig_video_cols = 80,
|
/openbmc/linux/arch/x86/kernel/ |
H A D | early_printk.c | 375 max_xpos = boot_params.screen_info.orig_video_cols; in setup_early_printk()
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | misc.c | 417 cols = boot_params->screen_info.orig_video_cols; in extract_kernel()
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | setup.c | 56 .orig_video_cols = 80,
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | setup-common.c | 107 .orig_video_cols = 80,
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | setup.c | 527 screen_info.orig_video_cols = num_cols; in screen_info_setup()
|