Searched refs:PCI_CLASS_DISPLAY_VGA (Results 1 – 25 of 35) sorted by relevance
12
| /linux/arch/mips/loongson64/ |
| A D | vbios_quirk.c | 28 PCI_CLASS_DISPLAY_VGA, 8, pci_fixup_video);
|
| /linux/arch/alpha/kernel/ |
| A D | console.c | 49 for(dev=NULL; (dev=pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, dev));) { in locate_and_init_vga()
|
| /linux/arch/loongarch/pci/ |
| A D | pci.c | 90 while ((devp = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, devp))) { in pci_fixup_vgadev()
|
| /linux/drivers/firmware/efi/libstub/ |
| A D | pci.c | 78 if (status != EFI_SUCCESS || class == PCI_CLASS_DISPLAY_VGA) in efi_pci_disable_bridge_busmaster()
|
| /linux/drivers/vfio/pci/ |
| A D | vfio_pci_priv.h | 101 return (pdev->class >> 8) == PCI_CLASS_DISPLAY_VGA; in vfio_pci_is_vga()
|
| /linux/drivers/misc/mei/gsc_proxy/ |
| A D | mei_gsc_proxy.c | 120 if (pdev->class != (PCI_CLASS_DISPLAY_VGA << 8) || in mei_gsc_proxy_component_match()
|
| /linux/arch/x86/pci/ |
| A D | direct.c | 210 if (x == PCI_CLASS_BRIDGE_HOST || x == PCI_CLASS_DISPLAY_VGA) in pci_sanity_check()
|
| A D | fixup.c | 360 PCI_CLASS_DISPLAY_VGA, 8, pci_fixup_video);
|
| /linux/drivers/misc/mei/pxp/ |
| A D | mei_pxp.c | 242 if (pdev->class != (PCI_CLASS_DISPLAY_VGA << 8) && in mei_pxp_component_match()
|
| /linux/drivers/gpu/drm/i915/display/ |
| A D | intel_acpi.c | 161 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, pdev)) != NULL) { in intel_dsm_detect()
|
| /linux/drivers/gpu/drm/qxl/ |
| A D | qxl_drv.c | 51 { 0x1b36, 0x100, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8,
|
| /linux/drivers/platform/x86/intel/ |
| A D | chtwc_int33fe.c | 171 pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, NULL); in cht_int33fe_setup_dp()
|
| /linux/drivers/gpu/drm/nouveau/ |
| A D | nouveau_acpi.c | 288 if ((pdev->class != PCI_CLASS_DISPLAY_VGA << 8) && in nouveau_dsm_detect()
|
| /linux/drivers/firmware/efi/ |
| A D | sysfb_efi.c | 119 if ((dev->class >> 8) != PCI_CLASS_DISPLAY_VGA) in efifb_set_system()
|
| /linux/drivers/gpu/drm/radeon/ |
| A D | radeon_atpx_handler.c | 562 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, pdev)) != NULL) { in radeon_atpx_detect()
|
| A D | radeon_bios.c | 203 if ((pdev->class != PCI_CLASS_DISPLAY_VGA << 8) && in radeon_atrm_get_bios()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_bios.c | 293 if ((pdev->class != PCI_CLASS_DISPLAY_VGA << 8) && in amdgpu_atrm_get_bios()
|
| A D | amdgpu_atpx_handler.c | 622 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, pdev)) != NULL) { in amdgpu_atpx_detect()
|
| A D | amdgpu_acpi.c | 1410 if ((pdev->class != PCI_CLASS_DISPLAY_VGA << 8) && in amdgpu_acpi_detect()
|
| /linux/drivers/pci/hotplug/ |
| 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/drivers/char/agp/ |
| A D | amd-k7-agp.c | 441 gfxcard = pci_get_class(PCI_CLASS_DISPLAY_VGA<<8, gfxcard); in agp_amdk7_probe()
|
| A D | generic.c | 728 device = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, device); in agp_collect_device_status()
|
| /linux/arch/x86/kernel/ |
| A D | early-quirks.c | 716 { PCI_VENDOR_ID_INTEL, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA, PCI_ANY_ID,
|
| /linux/drivers/misc/mei/hdcp/ |
| A D | mei_hdcp.c | 792 if (pdev->class != (PCI_CLASS_DISPLAY_VGA << 8) || in mei_hdcp_component_match()
|
| /linux/arch/sparc/kernel/ |
| A D | pci.c | 627 if ((dev->class >> 8) != PCI_CLASS_DISPLAY_VGA) in pci_claim_legacy_resources()
|
Completed in 685 milliseconds
12