Home
last modified time | relevance | path

Searched refs:orig_video_mode (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dvideo-bios.c50 if (new_mode != boot_params.screen_info.orig_video_mode) { in set_bios_mode()
54 ireg.ax = boot_params.screen_info.orig_video_mode; in set_bios_mode()
67 u8 saved_mode = boot_params.screen_info.orig_video_mode; in bios_probe()
H A Dvideo.c51 boot_params.screen_info.orig_video_mode = oreg.al & 0x7f; in store_video_mode()
74 if (boot_params.screen_info.orig_video_mode == 0x07) { in store_mode_params()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dscreen_info.h15 __u8 orig_video_mode; /* 0x06 */ member
76 #define ORIG_VIDEO_MODE (screen_info.orig_video_mode)
/OK3568_Linux_fs/kernel/drivers/video/console/
H A Dvgacon.c204 if ((screen_info.orig_video_mode == 0x0D) || /* 320x200/4 */ in vgacon_startup()
205 (screen_info.orig_video_mode == 0x0E) || /* 640x200/4 */ in vgacon_startup()
206 (screen_info.orig_video_mode == 0x10) || /* 640x350/4 */ in vgacon_startup()
207 (screen_info.orig_video_mode == 0x12) || /* 640x480/4 */ in vgacon_startup()
208 (screen_info.orig_video_mode == 0x6A)) /* 800x600/4 (VESA) */ in vgacon_startup()
215 if (screen_info.orig_video_mode == 7) { in vgacon_startup()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dscreen_info.h16 __u8 orig_video_mode; /* 0x06 */ 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.h16 __u8 orig_video_mode; /* 0x06 */ 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.h16 __u8 orig_video_mode; /* 0x06 */ member
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dsetup.c38 .orig_video_mode = 0,
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dsetup.c20 .orig_video_mode = 0,
/OK3568_Linux_fs/kernel/arch/mips/sibyte/swarm/
H A Dsetup.c136 .orig_video_mode = 3, in plat_mem_setup()
/OK3568_Linux_fs/kernel/arch/mips/mti-malta/
H A Dmalta-setup.c183 .orig_video_mode = 0, in screen_info_setup()
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dvga.c18 screen_info->orig_video_mode = 3; in xen_init_vga()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Datags_parse.c78 screen_info.orig_video_mode = tag->u.videotext.video_mode; in parse_tag_videotext()
H A Dsetup.c928 .orig_video_mode = 0,
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dvga16fb.c197 if (screen_info.orig_video_mode != 0x0D && /* 320x200/4 (EGA) */ in check_mode_supported()
198 screen_info.orig_video_mode != 0x0E && /* 640x200/4 (EGA) */ in check_mode_supported()
199 screen_info.orig_video_mode != 0x10 && /* 640x350/4 (EGA) */ in check_mode_supported()
200 screen_info.orig_video_mode != 0x12) /* 640x480/4 (VGA) */ in check_mode_supported()
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dmisc.c359 if (boot_params->screen_info.orig_video_mode == 7) { in extract_kernel()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dsetup.c503 screen_info.orig_video_mode = 3; /* XXX fake */ in screen_info_setup()