Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/video/console/
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()
/linux-6.6.21/include/uapi/linux/
Dscreen_info.h55 #define VIDEO_TYPE_VGAC 0x22 /* VGA+ in Color Mode */ macro
/linux-6.6.21/drivers/firmware/
Dsysfb.c99 else if (si->orig_video_isVGA == VIDEO_TYPE_VGAC) in sysfb_init()
/linux-6.6.21/arch/mips/mti-malta/
Dmalta-setup.c175 .orig_video_isVGA = VIDEO_TYPE_VGAC, in screen_info_setup()
/linux-6.6.21/arch/mips/sni/
Dsetup.c52 si->orig_video_isVGA = VIDEO_TYPE_VGAC; in sni_display_setup()
/linux-6.6.21/drivers/video/fbdev/
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()