Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dscreen_info.h69 case VIDEO_TYPE_VGAC: in __screen_info_video_type()
120 return VIDEO_TYPE_VGAC; in screen_info_video_type()
/linux-6.12.1/drivers/video/console/
Dvgacon.c282 vga_video_type = VIDEO_TYPE_VGAC; in vgacon_startup()
354 || vga_video_type == VIDEO_TYPE_VGAC in vgacon_startup()
486 if (vga_video_type >= VIDEO_TYPE_VGAC) { in vgacon_set_cursor_size()
520 if (vga_video_type >= VIDEO_TYPE_VGAC) in vgacon_cursor()
545 if (vga_video_type >= VIDEO_TYPE_VGAC) in vgacon_cursor()
567 if (vga_video_type >= VIDEO_TYPE_VGAC) { in vgacon_doresize()
603 if (vga_video_type >= VIDEO_TYPE_VGAC) { in vgacon_doresize()
664 if (vga_video_type != VIDEO_TYPE_VGAC || vga_palette_blanked in vgacon_set_palette()
818 if (!mode_switch && vga_video_type == VIDEO_TYPE_VGAC) { in vgacon_blank()
830 if (vga_video_type == VIDEO_TYPE_VGAC) { in vgacon_blank()
/linux-6.12.1/include/uapi/linux/
Dscreen_info.h55 #define VIDEO_TYPE_VGAC 0x22 /* VGA+ in Color Mode */ macro
/linux-6.12.1/drivers/video/
Dscreen_info_generic.c111 case VIDEO_TYPE_VGAC: in screen_info_resources()
/linux-6.12.1/drivers/firmware/
Dsysfb.c159 else if (si->orig_video_isVGA == VIDEO_TYPE_VGAC) in sysfb_init()
/linux-6.12.1/arch/mips/sni/
Dsetup.c52 si.orig_video_isVGA = VIDEO_TYPE_VGAC; in sni_display_setup()
/linux-6.12.1/arch/mips/mti-malta/
Dmalta-setup.c175 .orig_video_isVGA = VIDEO_TYPE_VGAC, in screen_info_setup()
/linux-6.12.1/drivers/video/fbdev/
Dvga16fb.c190 si->orig_video_isVGA != VIDEO_TYPE_VGAC) in check_mode_supported()
1341 par->isVGA = si->orig_video_isVGA == VIDEO_TYPE_VGAC; in vga16fb_probe()