Home
last modified time | relevance | path

Searched refs:VIDEO_TYPE_EGAM (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dscreen_info.h67 case VIDEO_TYPE_EGAM: in __screen_info_video_type()
112 return VIDEO_TYPE_EGAM; in screen_info_video_type()
/openbmc/linux/include/uapi/linux/
H A Dscreen_info.h53 #define VIDEO_TYPE_EGAM 0x20 /* EGA/VGA in Monochrome Mode */ macro
/openbmc/u-boot/include/linux/
H A Dscreen_info.h51 #define VIDEO_TYPE_EGAM 0x20 /* EGA/VGA in Monochrome Mode */ macro
/openbmc/linux/drivers/video/
H A Dscreen_info_generic.c95 case VIDEO_TYPE_EGAM: in screen_info_resources()
/openbmc/linux/drivers/video/console/
H A Dvgacon.c195 vga_video_type = VIDEO_TYPE_EGAM; in vgacon_startup()
320 || vga_video_type == VIDEO_TYPE_EGAM) { in vgacon_startup()
834 if (vga_video_type != VIDEO_TYPE_EGAM) { in vgacon_do_font_op()
1019 if (vga_video_type < VIDEO_TYPE_EGAM) in vgacon_font_set()
1037 if (vga_video_type < VIDEO_TYPE_EGAM || vpitch != 32) in vgacon_font_get()