Searched refs:pci_get_class (Results 1 – 17 of 17) sorted by relevance
| /linux/drivers/pci/ |
| A D | search.c | 351 struct pci_dev *pci_get_class(unsigned int class, struct pci_dev *from) in pci_get_class() function 364 EXPORT_SYMBOL(pci_get_class);
|
| /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/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() 572 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_OTHER << 8, pdev)) != NULL) { in radeon_atpx_detect()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_atpx_handler.c | 622 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, pdev)) != NULL) { in amdgpu_atpx_detect() 632 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_OTHER << 8, pdev)) != NULL) { in amdgpu_atpx_detect()
|
| /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/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/i915/soc/ |
| A D | intel_pch.c | 247 while ((pch = pci_get_class(PCI_CLASS_BRIDGE_ISA << 8, pch))) { in intel_detect_pch()
|
| /linux/arch/x86/kernel/cpu/mtrr/ |
| A D | mtrr.c | 79 dev = pci_get_class(PCI_CLASS_BRIDGE_HOST << 8, NULL); in have_wrcomb()
|
| /linux/Documentation/translations/zh_CN/PCI/ |
| A D | pci.rst | 163 pci_get_class(CLASS_ID, dev)
|
| /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/drivers/char/ |
| A D | applicom.c | 194 while ( (dev = pci_get_class(PCI_CLASS_OTHERS << 16, dev))) { in applicom_init()
|
| /linux/include/linux/ |
| A D | pci.h | 1210 struct pci_dev *pci_get_class(unsigned int class, struct pci_dev *from); 1961 static inline struct pci_dev *pci_get_class(unsigned int class, in pci_get_class() function
|
| /linux/Documentation/PCI/ |
| A D | pci.rst | 161 pci_get_class(CLASS_ID, dev)
|
| /linux/drivers/vfio/pci/ |
| A D | vfio_pci_core.c | 91 while ((tmp = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, tmp)) != NULL) { in vfio_pci_set_decode()
|
| /linux/drivers/video/fbdev/sis/ |
| A D | sis_main.c | 4574 while((pdev = pci_get_class(PCI_CLASS_BRIDGE_HOST, pdev))) { in sisfb_find_host_bridge()
|
Completed in 58 milliseconds