Symbol: PCI_CLASS_DISPLAY_VGA
arch/alpha/kernel/console.c
49
for(dev=NULL; (dev=pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, dev));) {
arch/loongarch/pci/pci.c
95
while ((devp = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, devp))) {
arch/mips/loongson64/vbios_quirk.c
28
PCI_CLASS_DISPLAY_VGA, 8, pci_fixup_video);
arch/sparc/kernel/pci.c
657
if ((dev->class >> 8) != PCI_CLASS_DISPLAY_VGA)
arch/x86/kernel/early-quirks.c
716
{ PCI_VENDOR_ID_INTEL, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA, PCI_ANY_ID,
arch/x86/pci/direct.c
210
if (x == PCI_CLASS_BRIDGE_HOST || x == PCI_CLASS_DISPLAY_VGA)
arch/x86/pci/fixup.c
400
PCI_CLASS_DISPLAY_VGA, 8, pci_fixup_video);
arch/x86/pci/irq.c
1490
(dev->class >> 8) != PCI_CLASS_DISPLAY_VGA) {
drivers/acpi/acpi_video.c
2135
if ((dev->class >> 8) != PCI_CLASS_DISPLAY_VGA)
drivers/char/agp/amd-k7-agp.c
440
gfxcard = pci_get_class(PCI_CLASS_DISPLAY_VGA<<8, gfxcard);
drivers/char/agp/generic.c
728
device = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, device);
drivers/firmware/efi/libstub/pci.c
61
if (status != EFI_SUCCESS || class == PCI_CLASS_DISPLAY_VGA)
drivers/firmware/efi/sysfb_efi.c
120
if ((dev->class >> 8) != PCI_CLASS_DISPLAY_VGA)
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
1462
if ((pdev->class != PCI_CLASS_DISPLAY_VGA << 8) &&
drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c
610
while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, pdev)) != NULL) {
drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c
319
if ((pdev->class != PCI_CLASS_DISPLAY_VGA << 8) &&
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
4604
if ((pdev->class >> 8) == PCI_CLASS_DISPLAY_VGA ||
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
4827
if ((adev->pdev->class >> 8) == PCI_CLASS_DISPLAY_VGA)
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
5005
if ((adev->pdev->class >> 8) == PCI_CLASS_DISPLAY_VGA)
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
2199
.class = PCI_CLASS_DISPLAY_VGA << 8,
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
2396
if ((pdev->class >> 8) == PCI_CLASS_DISPLAY_VGA ||
drivers/gpu/drm/i915/display/intel_acpi.c
165
while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, pdev)) != NULL) {
drivers/gpu/drm/nouveau/nouveau_acpi.c
288
if ((pdev->class != PCI_CLASS_DISPLAY_VGA << 8) &&
drivers/gpu/drm/qxl/qxl_drv.c
53
{ 0x1b36, 0x100, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8,
drivers/gpu/drm/radeon/radeon_atpx_handler.c
562
while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, pdev)) != NULL) {
drivers/gpu/drm/radeon/radeon_bios.c
203
if ((pdev->class != PCI_CLASS_DISPLAY_VGA << 8) &&
drivers/misc/mei/gsc_proxy/mei_gsc_proxy.c
120
if (pdev->class != (PCI_CLASS_DISPLAY_VGA << 8) ||
drivers/misc/mei/hdcp/mei_hdcp.c
792
if (pdev->class != (PCI_CLASS_DISPLAY_VGA << 8) ||
drivers/misc/mei/mei_lb.c
250
if (pdev->class != (PCI_CLASS_DISPLAY_VGA << 8) &&
drivers/misc/mei/pxp/mei_pxp.c
242
if (pdev->class != (PCI_CLASS_DISPLAY_VGA << 8) &&
drivers/pci/hotplug/ibmphp_pci.c
1101
} else if (class == PCI_CLASS_DISPLAY_VGA) {
drivers/pci/hotplug/ibmphp_pci.c
125
} else if (class == PCI_CLASS_DISPLAY_VGA) {
drivers/pci/hotplug/ibmphp_pci.c
1459
} else if (class == PCI_CLASS_DISPLAY_VGA) {
drivers/pci/pci-sysfs.c
1616
if ((pdev->class >> 8) == PCI_CLASS_DISPLAY_VGA) {
drivers/pci/quirks.c
3842
PCI_CLASS_DISPLAY_VGA, 8, quirk_no_pm_reset);
drivers/pci/quirks.c
6130
PCI_CLASS_DISPLAY_VGA, 8,
drivers/platform/x86/intel/chtwc_int33fe.c
171
pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, NULL);
drivers/vfio/pci/vfio_pci_core.c
125
while ((tmp = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, tmp)) != NULL) {
drivers/vfio/pci/vfio_pci_priv.h
110
return (pdev->class >> 8) == PCI_CLASS_DISPLAY_VGA;
include/linux/pci.h
784
if ((pdev->class >> 8) == PCI_CLASS_DISPLAY_VGA)
sound/hda/controllers/intel.c
1423
if ((pdev->class != PCI_CLASS_DISPLAY_VGA << 8) &&