Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dscreen_info.h65 case VIDEO_TYPE_MDA: in __screen_info_video_type()
114 return VIDEO_TYPE_MDA; in screen_info_video_type()
/openbmc/linux/include/uapi/linux/
H A Dscreen_info.h51 #define VIDEO_TYPE_MDA 0x10 /* Monochrome Text Display */ macro
/openbmc/u-boot/include/linux/
H A Dscreen_info.h49 #define VIDEO_TYPE_MDA 0x10 /* Monochrome Text Display */ macro
/openbmc/linux/drivers/video/
H A Dscreen_info_generic.c81 case VIDEO_TYPE_MDA: in screen_info_resources()
/openbmc/linux/drivers/video/console/
H A Dvgacon.c211 vga_video_type = VIDEO_TYPE_MDA; in vgacon_startup()