| /linux-6.15/arch/mips/loongson64/ |
| H A D | vbios_quirk.c | 28 PCI_CLASS_DISPLAY_VGA, 8, pci_fixup_video);
|
| /linux-6.15/arch/alpha/kernel/ |
| H A D | console.c | 49 for(dev=NULL; (dev=pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, dev));) { in locate_and_init_vga()
|
| /linux-6.15/drivers/firmware/efi/libstub/ |
| H A D | pci.c | 61 if (status != EFI_SUCCESS || class == PCI_CLASS_DISPLAY_VGA) in efi_pci_disable_bridge_busmaster()
|
| /linux-6.15/arch/loongarch/pci/ |
| H A D | pci.c | 90 while ((devp = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, devp))) { in pci_fixup_vgadev()
|
| /linux-6.15/drivers/vfio/pci/ |
| H A D | vfio_pci_priv.h | 107 return (pdev->class >> 8) == PCI_CLASS_DISPLAY_VGA; in vfio_pci_is_vga()
|
| /linux-6.15/drivers/misc/mei/gsc_proxy/ |
| H A D | mei_gsc_proxy.c | 120 if (pdev->class != (PCI_CLASS_DISPLAY_VGA << 8) || in mei_gsc_proxy_component_match()
|
| /linux-6.15/arch/x86/pci/ |
| H A D | direct.c | 210 if (x == PCI_CLASS_BRIDGE_HOST || x == PCI_CLASS_DISPLAY_VGA) in pci_sanity_check()
|
| H A D | fixup.c | 360 PCI_CLASS_DISPLAY_VGA, 8, pci_fixup_video);
|
| /linux-6.15/drivers/misc/mei/pxp/ |
| H A D | mei_pxp.c | 242 if (pdev->class != (PCI_CLASS_DISPLAY_VGA << 8) && in mei_pxp_component_match()
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_acpi.c | 164 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, pdev)) != NULL) { in intel_dsm_detect()
|
| /linux-6.15/drivers/gpu/drm/qxl/ |
| H A D | qxl_drv.c | 52 { 0x1b36, 0x100, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8,
|
| /linux-6.15/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_acpi.c | 288 if ((pdev->class != PCI_CLASS_DISPLAY_VGA << 8) && in nouveau_dsm_detect()
|
| /linux-6.15/drivers/platform/x86/intel/ |
| H A D | chtwc_int33fe.c | 171 pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, NULL); in cht_int33fe_setup_dp()
|
| /linux-6.15/drivers/firmware/efi/ |
| H A D | sysfb_efi.c | 120 if ((dev->class >> 8) != PCI_CLASS_DISPLAY_VGA) in efifb_set_system()
|
| /linux-6.15/drivers/gpu/drm/radeon/ |
| H A D | radeon_atpx_handler.c | 562 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, pdev)) != NULL) { in radeon_atpx_detect()
|
| H A D | radeon_bios.c | 203 if ((pdev->class != PCI_CLASS_DISPLAY_VGA << 8) && in radeon_atrm_get_bios()
|
| /linux-6.15/drivers/pci/hotplug/ |
| H A D | ibmphp_pci.c | 125 } else if (class == PCI_CLASS_DISPLAY_VGA) { in ibmphp_configure_card() 1101 } else if (class == PCI_CLASS_DISPLAY_VGA) { in scan_behind_bridge() 1459 } else if (class == PCI_CLASS_DISPLAY_VGA) { in unconfigure_boot_card()
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_bios.c | 303 if ((pdev->class != PCI_CLASS_DISPLAY_VGA << 8) && in amdgpu_atrm_get_bios()
|
| H A D | amdgpu_atpx_handler.c | 610 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, pdev)) != NULL) { in amdgpu_atpx_detect()
|
| H A D | amdgpu_drv.c | 2156 .class = PCI_CLASS_DISPLAY_VGA << 8, 2274 if ((pdev->class >> 8) == PCI_CLASS_DISPLAY_VGA || in amdgpu_pci_probe()
|
| /linux-6.15/drivers/char/agp/ |
| H A D | amd-k7-agp.c | 441 gfxcard = pci_get_class(PCI_CLASS_DISPLAY_VGA<<8, gfxcard); in agp_amdk7_probe()
|
| H A D | generic.c | 728 device = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, device); in agp_collect_device_status()
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | early-quirks.c | 716 { PCI_VENDOR_ID_INTEL, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA, PCI_ANY_ID,
|
| /linux-6.15/drivers/misc/mei/hdcp/ |
| H A D | mei_hdcp.c | 792 if (pdev->class != (PCI_CLASS_DISPLAY_VGA << 8) || in mei_hdcp_component_match()
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | pci.c | 627 if ((dev->class >> 8) != PCI_CLASS_DISPLAY_VGA) in pci_claim_legacy_resources()
|