Home
last modified time | relevance | path

Searched refs:orig_video_ega_bx (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/include/linux/
Dscreen_info.h111 if ((si->orig_video_ega_bx & 0xff) != 0x10) in screen_info_video_type()
118 if ((si->orig_video_ega_bx & 0xff) != 0x10) { in screen_info_video_type()
/linux-6.12.1/include/uapi/linux/
Dscreen_info.h20 __u16 orig_video_ega_bx;/* 0x0a */ member
/linux-6.12.1/arch/mips/sibyte/swarm/
Dsetup.c122 .orig_video_ega_bx = 3,
/linux-6.12.1/arch/x86/xen/
Dvga.c20 screen_info->orig_video_ega_bx = 3; in xen_init_vga()
/linux-6.12.1/arch/mips/mti-malta/
Dmalta-setup.c172 .orig_video_ega_bx = 0, in screen_info_setup()
/linux-6.12.1/arch/x86/boot/
Dvideo-vga.c256 boot_params.screen_info.orig_video_ega_bx = oreg.bx; in vga_probe()
/linux-6.12.1/arch/arm/kernel/
Datags_parse.c80 vgacon_screen_info.orig_video_ega_bx = tag->u.videotext.video_ega_bx; in parse_tag_videotext()
Dsetup.c936 .orig_video_ega_bx = 0,
/linux-6.12.1/drivers/video/console/
Dvgacon.c224 if ((vga_si->orig_video_ega_bx & 0xff) != 0x10) { in vgacon_startup()
261 if ((vga_si->orig_video_ega_bx & 0xff) != 0x10) { in vgacon_startup()