Home
last modified time | relevance | path

Searched refs:VIDEO_TYPE_EGAC (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Dscreen_info.h68 case VIDEO_TYPE_EGAC: in __screen_info_video_type()
122 return VIDEO_TYPE_EGAC; in screen_info_video_type()
/openbmc/linux/include/uapi/linux/
H A Dscreen_info.h54 #define VIDEO_TYPE_EGAC 0x21 /* EGA in Color Mode */ macro
/openbmc/linux/drivers/firmware/
H A Dsysfb.c103 else if (si->orig_video_isVGA == VIDEO_TYPE_EGAC) in sysfb_init()
/openbmc/u-boot/include/linux/
H A Dscreen_info.h52 #define VIDEO_TYPE_EGAC 0x21 /* EGA in Color Mode */ macro
/openbmc/linux/drivers/video/
H A Dscreen_info_generic.c101 case VIDEO_TYPE_EGAC: in screen_info_resources()
/openbmc/linux/drivers/video/console/
H A Dvgacon.c237 vga_video_type = VIDEO_TYPE_EGAC; in vgacon_startup()
318 if (vga_video_type == VIDEO_TYPE_EGAC in vgacon_startup()
/openbmc/linux/drivers/video/fbdev/
H A Dvga16fb.c191 if (si->orig_video_isVGA != VIDEO_TYPE_EGAC && in check_mode_supported()