Searched refs:VIDEO_TYPE_EFI (Results 1 - 13 of 13) sorted by relevance

/linux-master/include/linux/
H A Dscreen_info.h19 return (type == VIDEO_TYPE_VLFB) || (type == VIDEO_TYPE_EFI);
68 case VIDEO_TYPE_EFI:
/linux-master/include/uapi/linux/
H A Dscreen_info.h69 #define VIDEO_TYPE_EFI 0x70 /* EFI graphic mode */ macro
/linux-master/drivers/firmware/efi/
H A Dsysfb_efi.c160 screen_info.orig_video_isVGA = VIDEO_TYPE_EFI;
354 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI ||
358 if (screen_info.orig_video_isVGA == VIDEO_TYPE_EFI &&
370 if (screen_info.orig_video_isVGA == VIDEO_TYPE_EFI && IS_ENABLED(CONFIG_PCI)) {
H A Dearlycon.c235 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI) {
/linux-master/arch/x86/xen/
H A Dvga.c67 screen_info->orig_video_isVGA = VIDEO_TYPE_EFI;
/linux-master/drivers/firmware/
H A Dsysfb.c144 if (si->orig_video_isVGA == VIDEO_TYPE_EFI)
H A Dsysfb_simplefb.c35 if (type != VIDEO_TYPE_VLFB && type != VIDEO_TYPE_EFI)
/linux-master/drivers/video/
H A Dscreen_info_generic.c122 case VIDEO_TYPE_EFI:
H A Dscreen_info_pci.c62 if (type != VIDEO_TYPE_EFI)
/linux-master/drivers/firmware/efi/libstub/
H A Dgop.c534 si->orig_video_isVGA = VIDEO_TYPE_EFI;
H A Dx86-stub.c403 si->orig_video_isVGA = VIDEO_TYPE_EFI;
/linux-master/drivers/video/fbdev/
H A Defifb.c372 if (si->orig_video_isVGA != VIDEO_TYPE_EFI)
/linux-master/drivers/video/console/
H A Dvgacon.c192 vga_si->orig_video_isVGA == VIDEO_TYPE_EFI) {

Completed in 126 milliseconds