Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dscreen_info.h66 case VIDEO_TYPE_CGA: in __screen_info_video_type()
126 return VIDEO_TYPE_CGA; in screen_info_video_type()
/openbmc/linux/include/uapi/linux/
H A Dscreen_info.h52 #define VIDEO_TYPE_CGA 0x11 /* CGA Display */ macro
/openbmc/u-boot/include/linux/
H A Dscreen_info.h50 #define VIDEO_TYPE_CGA 0x11 /* CGA Display */ macro
/openbmc/linux/drivers/video/
H A Dscreen_info_generic.c89 case VIDEO_TYPE_CGA: in screen_info_resources()
/openbmc/linux/drivers/video/console/
H A Dvgacon.c282 vga_video_type = VIDEO_TYPE_CGA; in vgacon_startup()