Home
last modified time | relevance | path

Searched refs:VIDEO_TYPE_EFI (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
H A Dscreen_info.h19 return (type == VIDEO_TYPE_VLFB) || (type == VIDEO_TYPE_EFI); in __screen_info_has_lfb()
78 case VIDEO_TYPE_EFI: in __screen_info_video_type()
/linux/include/uapi/linux/
H A Dscreen_info.h69 #define VIDEO_TYPE_EFI 0x70 /* EFI graphic mode */ macro
/linux/drivers/video/
H A Dscreen_info_generic.c122 case VIDEO_TYPE_EFI: in screen_info_resources()
H A Dscreen_info_pci.c62 if (type != VIDEO_TYPE_EFI) in screen_info_fixup_lfb()
/linux/drivers/firmware/
H A Dsysfb.c174 if (si->orig_video_isVGA == VIDEO_TYPE_EFI) in sysfb_init()
H A Dsysfb_simplefb.c35 if (type != VIDEO_TYPE_VLFB && type != VIDEO_TYPE_EFI) in sysfb_parse_mode()
/linux/arch/x86/xen/
H A Dvga.c67 screen_info->orig_video_isVGA = VIDEO_TYPE_EFI; in xen_init_vga()
/linux/drivers/firmware/efi/
H A Dearlycon.c235 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EFI) { in efi_earlycon_setup()
/linux/drivers/video/console/
H A Dvgacon.c192 vga_si->orig_video_isVGA == VIDEO_TYPE_EFI) { in vgacon_startup()