Searched refs:pci_get_subsys (Results 1 – 6 of 6) sorted by relevance
/drivers/cpufreq/ |
D | speedstep-ich.c | 186 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()
|
D | cpufreq-nforce2.c | 140 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/ |
D | search.c | 301 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()
|
D | vgaarb.c | 1552 pci_get_subsys(PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, in vga_arb_device_init()
|
/drivers/acpi/ |
D | acpi_processor.c | 99 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/ |
D | drm_pci.c | 223 pci_get_subsys(pid->vendor, pid->device, pid->subvendor, in drm_legacy_pci_init()
|