Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dscreen_info.h67 case VIDEO_TYPE_EGAM: in __screen_info_video_type()
112 return VIDEO_TYPE_EGAM; in screen_info_video_type()
/linux-6.12.1/include/uapi/linux/
Dscreen_info.h53 #define VIDEO_TYPE_EGAM 0x20 /* EGA/VGA in Monochrome Mode */ macro
/linux-6.12.1/drivers/video/console/
Dvgacon.c230 vga_video_type = VIDEO_TYPE_EGAM; in vgacon_startup()
355 || vga_video_type == VIDEO_TYPE_EGAM) { in vgacon_startup()
863 if (vga_video_type != VIDEO_TYPE_EGAM) { in vgacon_do_font_op()
1048 if (vga_video_type < VIDEO_TYPE_EGAM) in vgacon_font_set()
1066 if (vga_video_type < VIDEO_TYPE_EGAM || vpitch != 32) in vgacon_font_get()
/linux-6.12.1/drivers/video/
Dscreen_info_generic.c95 case VIDEO_TYPE_EGAM: in screen_info_resources()