Searched refs:VIDEO_TYPE_VGAC (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dscreen_info.h59 case VIDEO_TYPE_VGAC:
110 return VIDEO_TYPE_VGAC;
/linux-master/include/uapi/linux/
H A Dscreen_info.h55 #define VIDEO_TYPE_VGAC 0x22 /* VGA+ in Color Mode */ macro
/linux-master/drivers/video/console/
H A Dvgacon.c282 vga_video_type = VIDEO_TYPE_VGAC;
354 || vga_video_type == VIDEO_TYPE_VGAC
486 if (vga_video_type >= VIDEO_TYPE_VGAC) {
520 if (vga_video_type >= VIDEO_TYPE_VGAC)
545 if (vga_video_type >= VIDEO_TYPE_VGAC)
567 if (vga_video_type >= VIDEO_TYPE_VGAC) {
603 if (vga_video_type >= VIDEO_TYPE_VGAC) {
664 if (vga_video_type != VIDEO_TYPE_VGAC || vga_palette_blanked
818 if (!mode_switch && vga_video_type == VIDEO_TYPE_VGAC) {
830 if (vga_video_type == VIDEO_TYPE_VGAC) {
[all...]
/linux-master/drivers/firmware/
H A Dsysfb.c148 else if (si->orig_video_isVGA == VIDEO_TYPE_VGAC)
/linux-master/drivers/video/
H A Dscreen_info_generic.c111 case VIDEO_TYPE_VGAC:
/linux-master/arch/mips/mti-malta/
H A Dmalta-setup.c175 .orig_video_isVGA = VIDEO_TYPE_VGAC,
/linux-master/arch/mips/sni/
H A Dsetup.c52 si.orig_video_isVGA = VIDEO_TYPE_VGAC;
/linux-master/drivers/video/fbdev/
H A Dvga16fb.c190 si->orig_video_isVGA != VIDEO_TYPE_VGAC)
1341 par->isVGA = si->orig_video_isVGA == VIDEO_TYPE_VGAC;

Completed in 162 milliseconds