| /OK3568_Linux_fs/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)
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | vga.c | 21 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 D | vgacon.c | 200 (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 D | dummycon.c | 22 #define DUMMY_COLUMNS screen_info.orig_video_cols
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | screen_info.h | 17 __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 D | screen_info.h | 17 __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 D | screen_info.h | 17 __u8 orig_video_cols; /* 0x07 */ member
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | setup.c | 37 .orig_video_cols = 80,
|
| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | setup.c | 19 .orig_video_cols = 80,
|
| /OK3568_Linux_fs/kernel/arch/mips/sibyte/swarm/ |
| H A D | setup.c | 137 .orig_video_cols = 80, in plat_mem_setup()
|
| /OK3568_Linux_fs/kernel/arch/mips/jazz/ |
| H A D | setup.c | 81 .orig_video_cols = 160, in plat_mem_setup()
|
| /OK3568_Linux_fs/kernel/arch/mips/sni/ |
| H A D | setup.c | 50 si->orig_video_cols = di->CursorMaxXPosition; in sni_display_setup()
|
| /OK3568_Linux_fs/kernel/arch/mips/mti-malta/ |
| H A D | malta-setup.c | 184 .orig_video_cols = 80, in screen_info_setup()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| 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 | 927 .orig_video_cols = 80,
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H A D | efi-init.c | 78 screen_info.orig_video_cols = 80; in init_screen_info()
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | sys_sio.c | 63 screen_info.orig_video_cols = 100; in alphabook1_init_arch()
|
| H A D | setup.c | 148 .orig_video_cols = 80,
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A D | misc.c | 368 cols = boot_params->screen_info.orig_video_cols; in extract_kernel()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | early_printk.c | 375 max_xpos = boot_params.screen_info.orig_video_cols; in setup_early_printk()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | setup.c | 53 .orig_video_cols = 80,
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | setup-common.c | 104 .orig_video_cols = 80,
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | setup.c | 500 screen_info.orig_video_cols = num_cols; in screen_info_setup()
|