Home
last modified time | relevance | path

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

/linux/drivers/video/console/
H A Dvgacon.c282 vga_video_type = VIDEO_TYPE_VGAC; in vgacon_startup()
354 || vga_video_type == VIDEO_TYPE_VGAC in vgacon_startup()
486 if (vga_video_type >= VIDEO_TYPE_VGAC) { in vgacon_set_cursor_size()
520 if (vga_video_type >= VIDEO_TYPE_VGAC) in vgacon_cursor()
545 if (vga_video_type >= VIDEO_TYPE_VGAC) in vgacon_cursor()
567 if (vga_video_type >= VIDEO_TYPE_VGAC) { in vgacon_doresize()
603 if (vga_video_type >= VIDEO_TYPE_VGAC) { in vgacon_doresize()
664 if (vga_video_type != VIDEO_TYPE_VGAC || vga_palette_blanked in vgacon_set_palette()
818 if (!mode_switch && vga_video_type == VIDEO_TYPE_VGAC) { in vgacon_blank()
830 if (vga_video_type == VIDEO_TYPE_VGAC) { in vgacon_blank()
/linux/include/linux/
H A Dscreen_info.h69 case VIDEO_TYPE_VGAC: in __screen_info_video_type()
120 return VIDEO_TYPE_VGAC; in screen_info_video_type()
/linux/include/uapi/linux/
H A Dscreen_info.h55 #define VIDEO_TYPE_VGAC 0x22 /* VGA+ in Color Mode */ macro
/linux/drivers/video/
H A Dscreen_info_generic.c111 case VIDEO_TYPE_VGAC: in screen_info_resources()
/linux/drivers/firmware/
H A Dsysfb.c178 else if (si->orig_video_isVGA == VIDEO_TYPE_VGAC) in sysfb_init()
/linux/arch/mips/sni/
H A Dsetup.c52 si.orig_video_isVGA = VIDEO_TYPE_VGAC; in sni_display_setup()
/linux/arch/mips/mti-malta/
H A Dmalta-setup.c175 .orig_video_isVGA = VIDEO_TYPE_VGAC, in screen_info_setup()