Searched refs:pci_get_subsys (Results 1 – 7 of 7) sorted by relevance
| /drivers/cpufreq/ |
| A 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()
|
| A D | cpufreq-nforce2.c | 140 nforce2_sub5 = pci_get_subsys(PCI_VENDOR_ID_NVIDIA, 0x01EF, in nforce2_fsb_read() 387 nforce2_dev = pci_get_subsys(PCI_VENDOR_ID_NVIDIA, in nforce2_detect_chipset()
|
| /drivers/pci/ |
| A 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()
|
| A D | vgaarb.c | 1552 pci_get_subsys(PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, in vga_arb_device_init()
|
| /drivers/acpi/ |
| A D | acpi_processor.c | 110 dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, in acpi_processor_errata_piix4() 127 dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, in acpi_processor_errata_piix4() 157 dev = pci_get_subsys(PCI_VENDOR_ID_INTEL, in acpi_processor_errata()
|
| /drivers/staging/gpib/ines/ |
| A D | ines_gpib.c | 755 pdev = pci_get_subsys(pci_ids[i].vendor_id, pci_ids[i].device_id, in ines_common_pci_attach()
|
| /drivers/staging/gpib/common/ |
| A D | gpib_os.c | 2254 while ((pci_device = pci_get_subsys(vendor_id, device_id, in gpib_pci_get_subsys()
|
Completed in 22 milliseconds