Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dscreen_info.h54 #define VIDEO_TYPE_EGAC 0x21 /* EGA in Color Mode */ macro
/linux-5.19.10/drivers/video/console/
Dvgacon.c245 vga_video_type = VIDEO_TYPE_EGAC; in vgacon_startup()
326 if (vga_video_type == VIDEO_TYPE_EGAC in vgacon_startup()
/linux-5.19.10/drivers/video/fbdev/
Dvga16fb.c193 if (screen_info.orig_video_isVGA != VIDEO_TYPE_EGAC && in check_mode_supported()