Searched refs:VIDEO_TYPE_VLFB (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/linux/
H A Dscreen_info.h19 return (type == VIDEO_TYPE_VLFB) || (type == VIDEO_TYPE_EFI);
47 if (type == VIDEO_TYPE_VLFB)
60 case VIDEO_TYPE_VLFB:
/linux-master/include/uapi/linux/
H A Dscreen_info.h56 #define VIDEO_TYPE_VLFB 0x23 /* VESA VGA in graphic mode */ macro
/linux-master/drivers/firmware/
H A Dsysfb_simplefb.c35 if (type != VIDEO_TYPE_VLFB && type != VIDEO_TYPE_EFI)
125 if (si->orig_video_isVGA == VIDEO_TYPE_VLFB)
H A Dsysfb.c146 else if (si->orig_video_isVGA == VIDEO_TYPE_VLFB)
/linux-master/arch/x86/xen/
H A Dvga.c42 screen_info->orig_video_isVGA = VIDEO_TYPE_VLFB;
/linux-master/drivers/video/
H A Dscreen_info_generic.c121 case VIDEO_TYPE_VLFB:
/linux-master/arch/x86/boot/
H A Dvideo-vesa.c210 boot_params.screen_info.orig_video_isVGA = VIDEO_TYPE_VLFB;
/linux-master/drivers/video/fbdev/
H A Dvesafb.c271 if (si->orig_video_isVGA != VIDEO_TYPE_VLFB)
/linux-master/drivers/video/console/
H A Dvgacon.c191 vga_si->orig_video_isVGA == VIDEO_TYPE_VLFB ||

Completed in 163 milliseconds