Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dscreen_info.h68 case VIDEO_TYPE_EGAC: in __screen_info_video_type()
122 return VIDEO_TYPE_EGAC; in screen_info_video_type()
/linux-6.12.1/include/uapi/linux/
Dscreen_info.h54 #define VIDEO_TYPE_EGAC 0x21 /* EGA in Color Mode */ macro
/linux-6.12.1/drivers/video/
Dscreen_info_generic.c101 case VIDEO_TYPE_EGAC: in screen_info_resources()
/linux-6.12.1/drivers/firmware/
Dsysfb.c161 else if (si->orig_video_isVGA == VIDEO_TYPE_EGAC) in sysfb_init()
/linux-6.12.1/drivers/video/console/
Dvgacon.c272 vga_video_type = VIDEO_TYPE_EGAC; in vgacon_startup()
353 if (vga_video_type == VIDEO_TYPE_EGAC in vgacon_startup()
/linux-6.12.1/drivers/video/fbdev/
Dvga16fb.c189 if (si->orig_video_isVGA != VIDEO_TYPE_EGAC && in check_mode_supported()