Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dscreen_info.h54 #define VIDEO_TYPE_EGAC 0x21 /* EGA in Color Mode */ macro
/linux/drivers/firmware/
H A Dsysfb.c178 case VIDEO_TYPE_EGAC: in sysfb_init()
/linux/drivers/video/console/
H A Dvgacon.c272 vga_video_type = VIDEO_TYPE_EGAC; in vgacon_startup()
353 if (vga_video_type == VIDEO_TYPE_EGAC in vgacon_startup()
/linux/drivers/video/fbdev/
H A Dvga16fb.c191 if (type != VIDEO_TYPE_EGAC && type != VIDEO_TYPE_VGAC) in check_mode_supported()