Searched refs:pci_get_class (Results 1 – 10 of 10) sorted by relevance
| /linux/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/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() 572 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_OTHER << 8, pdev)) != NULL) { in radeon_atpx_detect()
|
| /linux/arch/loongarch/pci/ |
| H A D | pci.c | 95 while ((devp = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, devp))) { in pci_fixup_vgadev()
|
| /linux/arch/x86/kernel/ |
| H A D | amd_node.c | 223 while ((root = pci_get_class(PCI_CLASS_BRIDGE_HOST << 8, root))) { in get_next_root()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_acpi.c | 165 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, pdev)) != NULL) { in intel_dsm_detect()
|
| /linux/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/drivers/char/agp/ |
| H A D | generic.c | 728 device = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, device); in agp_collect_device_status()
|
| /linux/include/linux/ |
| H A D | pci.h | 1318 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 D | pci.rst | 161 pci_get_class(CLASS_ID, dev)
|
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_core.c | 179 while ((tmp = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, tmp)) != NULL) { in vfio_pci_set_decode()
|