Home
last modified time | relevance | path

Searched refs:PCI_CLASS_DISPLAY_VGA (Results 1 – 25 of 35) sorted by relevance

12

/linux/arch/mips/loongson64/
A Dvbios_quirk.c28 PCI_CLASS_DISPLAY_VGA, 8, pci_fixup_video);
/linux/arch/alpha/kernel/
A Dconsole.c49 for(dev=NULL; (dev=pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, dev));) { in locate_and_init_vga()
/linux/arch/loongarch/pci/
A Dpci.c90 while ((devp = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, devp))) { in pci_fixup_vgadev()
/linux/drivers/firmware/efi/libstub/
A Dpci.c78 if (status != EFI_SUCCESS || class == PCI_CLASS_DISPLAY_VGA) in efi_pci_disable_bridge_busmaster()
/linux/drivers/vfio/pci/
A Dvfio_pci_priv.h101 return (pdev->class >> 8) == PCI_CLASS_DISPLAY_VGA; in vfio_pci_is_vga()
/linux/drivers/misc/mei/gsc_proxy/
A Dmei_gsc_proxy.c120 if (pdev->class != (PCI_CLASS_DISPLAY_VGA << 8) || in mei_gsc_proxy_component_match()
/linux/arch/x86/pci/
A Ddirect.c210 if (x == PCI_CLASS_BRIDGE_HOST || x == PCI_CLASS_DISPLAY_VGA) in pci_sanity_check()
A Dfixup.c360 PCI_CLASS_DISPLAY_VGA, 8, pci_fixup_video);
/linux/drivers/misc/mei/pxp/
A Dmei_pxp.c242 if (pdev->class != (PCI_CLASS_DISPLAY_VGA << 8) && in mei_pxp_component_match()
/linux/drivers/gpu/drm/i915/display/
A Dintel_acpi.c161 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, pdev)) != NULL) { in intel_dsm_detect()
/linux/drivers/gpu/drm/qxl/
A Dqxl_drv.c51 { 0x1b36, 0x100, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8,
/linux/drivers/platform/x86/intel/
A Dchtwc_int33fe.c171 pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, NULL); in cht_int33fe_setup_dp()
/linux/drivers/gpu/drm/nouveau/
A Dnouveau_acpi.c288 if ((pdev->class != PCI_CLASS_DISPLAY_VGA << 8) && in nouveau_dsm_detect()
/linux/drivers/firmware/efi/
A Dsysfb_efi.c119 if ((dev->class >> 8) != PCI_CLASS_DISPLAY_VGA) in efifb_set_system()
/linux/drivers/gpu/drm/radeon/
A Dradeon_atpx_handler.c562 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, pdev)) != NULL) { in radeon_atpx_detect()
A Dradeon_bios.c203 if ((pdev->class != PCI_CLASS_DISPLAY_VGA << 8) && in radeon_atrm_get_bios()
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_bios.c293 if ((pdev->class != PCI_CLASS_DISPLAY_VGA << 8) && in amdgpu_atrm_get_bios()
A Damdgpu_atpx_handler.c622 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, pdev)) != NULL) { in amdgpu_atpx_detect()
A Damdgpu_acpi.c1410 if ((pdev->class != PCI_CLASS_DISPLAY_VGA << 8) && in amdgpu_acpi_detect()
/linux/drivers/pci/hotplug/
A Dibmphp_pci.c125 } 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/drivers/char/agp/
A Damd-k7-agp.c441 gfxcard = pci_get_class(PCI_CLASS_DISPLAY_VGA<<8, gfxcard); in agp_amdk7_probe()
A Dgeneric.c728 device = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, device); in agp_collect_device_status()
/linux/arch/x86/kernel/
A Dearly-quirks.c716 { PCI_VENDOR_ID_INTEL, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA, PCI_ANY_ID,
/linux/drivers/misc/mei/hdcp/
A Dmei_hdcp.c792 if (pdev->class != (PCI_CLASS_DISPLAY_VGA << 8) || in mei_hdcp_component_match()
/linux/arch/sparc/kernel/
A Dpci.c627 if ((dev->class >> 8) != PCI_CLASS_DISPLAY_VGA) in pci_claim_legacy_resources()

Completed in 685 milliseconds

12