Searched refs:PCIS_DISPLAY_VGA (Results 1 - 12 of 12) sorted by path

/freebsd-11-stable/sys/dev/agp/
H A Dagp.c120 && pci_get_subclass(dev) == PCIS_DISPLAY_VGA)
H A Dagp_i810.c654 || (pci_get_subclass(dev) != PCIS_DISPLAY_VGA &&
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_drv.c168 || pci_get_subclass(kdev) != PCIS_DISPLAY_VGA)
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.c118 (pci_get_subclass(kdev) != PCIS_DISPLAY_VGA &&
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_acpi.c233 if ((dev = pci_find_class(PCIC_DISPLAY, PCIS_DISPLAY_VGA)) != NULL) {
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_bios.c208 if ((dev = pci_find_class(PCIC_DISPLAY, PCIS_DISPLAY_VGA)) != NULL) {
/freebsd-11-stable/sys/dev/fb/
H A Dmachfb.c1139 pci_get_subclass(dev) != PCIS_DISPLAY_VGA)
H A Ds3_pci.c447 if ((class != PCIC_DISPLAY) || (subclass != PCIS_DISPLAY_VGA) ||
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_fbuf.c371 pci_set_cfgdata8(pi, PCIR_SUBCLASS, PCIS_DISPLAY_VGA);
/freebsd-11-stable/sys/dev/pci/
H A Dpci.c4795 {PCIC_DISPLAY, PCIS_DISPLAY_VGA, 1, "VGA"},
H A Dpcireg.h368 #define PCIS_DISPLAY_VGA 0x00 macro
/freebsd-11-stable/usr.sbin/pciconf/
H A Dpciconf.c640 {PCIC_DISPLAY, PCIS_DISPLAY_VGA, "VGA"},

Completed in 166 milliseconds