VIDEO_TYPE_VLFB   210 arch/x86/boot/video-vesa.c 	boot_params.screen_info.orig_video_isVGA = VIDEO_TYPE_VLFB;
VIDEO_TYPE_VLFB    59 arch/x86/kernel/sysfb.c 	else if (si->orig_video_isVGA == VIDEO_TYPE_VLFB)
VIDEO_TYPE_VLFB    35 arch/x86/kernel/sysfb_simplefb.c 	if (type != VIDEO_TYPE_VLFB && type != VIDEO_TYPE_EFI)
VIDEO_TYPE_VLFB    90 arch/x86/kernel/sysfb_simplefb.c 	if (si->orig_video_isVGA == VIDEO_TYPE_VLFB)
VIDEO_TYPE_VLFB    44 arch/x86/xen/vga.c 		screen_info->orig_video_isVGA = VIDEO_TYPE_VLFB;
VIDEO_TYPE_VLFB   396 drivers/video/console/vgacon.c 	if (screen_info.orig_video_isVGA == VIDEO_TYPE_VLFB ||
VIDEO_TYPE_VLFB   792 drivers/video/fbdev/intelfb/intelfbdrv.c 	    screen_info.orig_video_isVGA != VIDEO_TYPE_VLFB) {
VIDEO_TYPE_VLFB   803 drivers/video/fbdev/intelfb/intelfbdrv.c 	if (screen_info.orig_video_isVGA == VIDEO_TYPE_VLFB)
VIDEO_TYPE_VLFB   266 drivers/video/fbdev/sis/sis_main.c 	if(screen_info.orig_video_isVGA != VIDEO_TYPE_VLFB) return;
VIDEO_TYPE_VLFB   250 drivers/video/fbdev/vesafb.c 	if (screen_info.orig_video_isVGA != VIDEO_TYPE_VLFB)