Searched refs:pci_get_subsys (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/drivers/cpufreq/
H A Dspeedstep-ich.c184 speedstep_chipset_dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, speedstep_detect_chipset()
191 speedstep_chipset_dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, speedstep_detect_chipset()
199 speedstep_chipset_dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, speedstep_detect_chipset()
210 hostbridge = pci_get_subsys(PCI_VENDOR_ID_INTEL, speedstep_detect_chipset()
H A Dcpufreq-nforce2.c142 nforce2_sub5 = pci_get_subsys(PCI_VENDOR_ID_NVIDIA, 0x01EF, nforce2_fsb_read()
397 nforce2_dev = pci_get_subsys(PCI_VENDOR_ID_NVIDIA, nforce2_detect_chipset()
/linux-4.1.27/arch/mips/mti-malta/
H A Dmalta-pm.c72 dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, malta_pm_setup()
/linux-4.1.27/drivers/pci/
H A Dsearch.c279 * pci_get_subsys - begin or continue searching for a PCI device by vendor/subvendor/device/subdevice id
294 struct pci_dev *pci_get_subsys(unsigned int vendor, unsigned int device, pci_get_subsys() function
307 EXPORT_SYMBOL(pci_get_subsys); variable
326 return pci_get_subsys(vendor, device, PCI_ANY_ID, PCI_ANY_ID, from); pci_get_device()
/linux-4.1.27/drivers/acpi/
H A Dacpi_processor.c102 dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, acpi_processor_errata_piix4()
119 dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, acpi_processor_errata_piix4()
151 dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, acpi_processor_errata()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_pci.c349 * function that pci_get_subsys and pci_get_class used, we'd drm_pci_init()
355 pci_get_subsys(pid->vendor, pid->device, pid->subvendor, drm_pci_init()
/linux-4.1.27/drivers/isdn/hisax/
H A Dhisax.h1347 pdev = pci_get_subsys(vendor, device, PCI_ANY_ID, PCI_ANY_ID, from); hisax_find_pci_device()
/linux-4.1.27/drivers/gpu/vga/
H A Dvgaarb.c1311 pci_get_subsys(PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, vga_arb_device_init()
/linux-4.1.27/include/linux/
H A Dpci.h848 struct pci_dev *pci_get_subsys(unsigned int vendor, unsigned int device,
1377 static inline struct pci_dev *pci_get_subsys(unsigned int vendor, pci_get_subsys() function

Completed in 259 milliseconds