Home
last modified time | relevance | path

Searched refs:pci_get_class (Results 1 – 10 of 10) sorted by relevance

/linux/arch/alpha/kernel/
H A Dconsole.c49 for(dev=NULL; (dev=pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, dev));) { in locate_and_init_vga()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_atpx_handler.c562 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, pdev)) != NULL) { in radeon_atpx_detect()
572 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_OTHER << 8, pdev)) != NULL) { in radeon_atpx_detect()
/linux/arch/loongarch/pci/
H A Dpci.c95 while ((devp = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, devp))) { in pci_fixup_vgadev()
/linux/arch/x86/kernel/
H A Damd_node.c223 while ((root = pci_get_class(PCI_CLASS_BRIDGE_HOST << 8, root))) { in get_next_root()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_acpi.c165 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, pdev)) != NULL) { in intel_dsm_detect()
/linux/drivers/platform/x86/intel/
H A Dchtwc_int33fe.c171 pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, NULL); in cht_int33fe_setup_dp()
/linux/drivers/char/agp/
H A Dgeneric.c728 device = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, device); in agp_collect_device_status()
/linux/include/linux/
H A Dpci.h1318 struct pci_dev *pci_get_class(unsigned int class, struct pci_dev *from);
2169 static inline struct pci_dev *pci_get_class(unsigned int class, in pci_get_class() function
/linux/Documentation/PCI/
H A Dpci.rst161 pci_get_class(CLASS_ID, dev)
/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c179 while ((tmp = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, tmp)) != NULL) { in vfio_pci_set_decode()