Home
last modified time | relevance | path

Searched refs:pci_get_subsys (Results 1 – 6 of 6) sorted by relevance

/drivers/cpufreq/
Dspeedstep-ich.c186 speedstep_chipset_dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, in speedstep_detect_chipset()
193 speedstep_chipset_dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, in speedstep_detect_chipset()
201 speedstep_chipset_dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, in speedstep_detect_chipset()
212 hostbridge = pci_get_subsys(PCI_VENDOR_ID_INTEL, in speedstep_detect_chipset()
Dcpufreq-nforce2.c140 nforce2_sub5 = pci_get_subsys(PCI_VENDOR_ID_NVIDIA, 0x01EF, in nforce2_fsb_read()
393 nforce2_dev = pci_get_subsys(PCI_VENDOR_ID_NVIDIA, in nforce2_detect_chipset()
/drivers/pci/
Dsearch.c301 struct pci_dev *pci_get_subsys(unsigned int vendor, unsigned int device, in pci_get_subsys() function
314 EXPORT_SYMBOL(pci_get_subsys);
333 return pci_get_subsys(vendor, device, PCI_ANY_ID, PCI_ANY_ID, from); in pci_get_device()
Dvgaarb.c1552 pci_get_subsys(PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, in vga_arb_device_init()
/drivers/acpi/
Dacpi_processor.c99 dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, in acpi_processor_errata_piix4()
116 dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, in acpi_processor_errata_piix4()
146 dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, in acpi_processor_errata()
/drivers/gpu/drm/
Ddrm_pci.c223 pci_get_subsys(pid->vendor, pid->device, pid->subvendor, in drm_legacy_pci_init()