Home
last modified time | relevance | path

Searched refs:VIDEO_TYPE_VGAC (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/linux/
H A Dscreen_info.h69 case VIDEO_TYPE_VGAC: in __screen_info_video_type()
120 return VIDEO_TYPE_VGAC; in screen_info_video_type()
/openbmc/linux/drivers/video/console/
H A Dvgacon.c247 vga_video_type = VIDEO_TYPE_VGAC; in vgacon_startup()
319 || vga_video_type == VIDEO_TYPE_VGAC in vgacon_startup()
451 if (vga_video_type >= VIDEO_TYPE_VGAC) { in vgacon_set_cursor_size()
485 if (vga_video_type >= VIDEO_TYPE_VGAC) in vgacon_cursor()
514 if (vga_video_type >= VIDEO_TYPE_VGAC) in vgacon_cursor()
538 if (vga_video_type >= VIDEO_TYPE_VGAC) { in vgacon_doresize()
574 if (vga_video_type >= VIDEO_TYPE_VGAC) { in vgacon_doresize()
635 if (vga_video_type != VIDEO_TYPE_VGAC || vga_palette_blanked in vgacon_set_palette()
789 if (!mode_switch && vga_video_type == VIDEO_TYPE_VGAC) { in vgacon_blank()
801 if (vga_video_type == VIDEO_TYPE_VGAC) { in vgacon_blank()
/openbmc/linux/include/uapi/linux/
H A Dscreen_info.h55 #define VIDEO_TYPE_VGAC 0x22 /* VGA+ in Color Mode */ macro
/openbmc/linux/drivers/firmware/
H A Dsysfb.c101 else if (si->orig_video_isVGA == VIDEO_TYPE_VGAC) in sysfb_init()
/openbmc/u-boot/include/linux/
H A Dscreen_info.h53 #define VIDEO_TYPE_VGAC 0x22 /* VGA+ in Color Mode */ macro
/openbmc/linux/drivers/video/
H A Dscreen_info_generic.c111 case VIDEO_TYPE_VGAC: in screen_info_resources()
/openbmc/linux/arch/mips/mti-malta/
H A Dmalta-setup.c175 .orig_video_isVGA = VIDEO_TYPE_VGAC, in screen_info_setup()
/openbmc/linux/arch/mips/sni/
H A Dsetup.c52 si->orig_video_isVGA = VIDEO_TYPE_VGAC; in sni_display_setup()
/openbmc/linux/drivers/video/fbdev/
H A Dvga16fb.c192 si->orig_video_isVGA != VIDEO_TYPE_VGAC) in check_mode_supported()
1342 par->isVGA = si->orig_video_isVGA == VIDEO_TYPE_VGAC; in vga16fb_probe()