Searched refs:pci_scan_single_device (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dprobe.c1259 struct pci_dev *__ref pci_scan_single_device(struct pci_bus *bus, int devfn) function
1277 EXPORT_SYMBOL(pci_scan_single_device); variable
1338 dev = pci_scan_single_device(bus, devfn);
1350 dev = pci_scan_single_device(bus, devfn + fn);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Di82875p_edac.c284 dev = pci_scan_single_device(pdev->bus, PCI_DEVFN(6, 0));
H A De752x_edac.c1149 pvt->bridge_ck = pci_scan_single_device(pdev->bus,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Deeepc-laptop.c619 dev = pci_scan_single_device(bus, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpci.h663 struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn);

Completed in 111 milliseconds