Home
last modified time | relevance | path

Searched refs:VIDEO_TYPE_VGAC (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/video/console/
Dvgacon.c451 vga_video_type = VIDEO_TYPE_VGAC; in vgacon_startup()
532 || vga_video_type == VIDEO_TYPE_VGAC in vgacon_startup()
668 if (vga_video_type >= VIDEO_TYPE_VGAC) { in vgacon_set_cursor_size()
698 if (vga_video_type >= VIDEO_TYPE_VGAC) in vgacon_cursor()
739 if (vga_video_type >= VIDEO_TYPE_VGAC) in vgacon_cursor()
764 if (vga_video_type >= VIDEO_TYPE_VGAC) { in vgacon_doresize()
800 if (vga_video_type >= VIDEO_TYPE_VGAC) { in vgacon_doresize()
864 if (vga_video_type != VIDEO_TYPE_VGAC || vga_palette_blanked in vgacon_set_palette()
1022 if (!mode_switch && vga_video_type == VIDEO_TYPE_VGAC) { in vgacon_blank()
1034 if (vga_video_type == VIDEO_TYPE_VGAC) { in vgacon_blank()
[all …]
/linux-2.6.39/arch/mips/loongson/common/
Dsetup.c48 .orig_video_isVGA = VIDEO_TYPE_VGAC, in plat_mem_setup()
/linux-2.6.39/include/linux/
Dscreen_info.h53 #define VIDEO_TYPE_VGAC 0x22 /* VGA+ in Color Mode */ macro
/linux-2.6.39/arch/mips/mti-malta/
Dmalta-setup.c146 .orig_video_isVGA = VIDEO_TYPE_VGAC, in screen_info_setup()
/linux-2.6.39/arch/mips/sni/
Dsetup.c50 si->orig_video_isVGA = VIDEO_TYPE_VGAC; in sni_display_setup()