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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dsyscall.c33 dev = pci_find_slot(bus, dfn);
104 dev = pci_find_slot(bus, dfn);
H A Dsearch.c83 * pci_find_slot - locate PCI device from a given PCI slot
95 pci_find_slot(unsigned int bus, unsigned int devfn) function
435 EXPORT_SYMBOL(pci_find_slot); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpcihp_generic.c157 dev = pci_find_slot(bridge_busnr, PCI_DEVFN(bridge_slot, 0));
H A Dcpqphp_pci.c92 func->pci_dev = pci_find_slot(func->bus, PCI_DEVFN(func->device, func->function));
102 func->pci_dev = pci_find_slot(func->bus, PCI_DEVFN(func->device, func->function));
126 struct pci_dev* temp = pci_find_slot(func->bus, PCI_DEVFN(func->device, j));
420 new_slot->pci_dev = pci_find_slot(new_slot->bus, (new_slot->device << 3) | new_slot->function);
H A Dibmphp_core.c764 temp = pci_find_slot(func->busno, (func->device << 3) | j);
826 func->dev = pci_find_slot(func->busno,
839 func->dev = pci_find_slot(func->busno,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci.h478 struct pci_dev *pci_find_slot (unsigned int bus, unsigned int devfn);
701 static inline struct pci_dev *pci_find_slot(unsigned int bus, unsigned int devfn) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dioc3-eth.c1106 && (dev = pci_find_slot(pdev->bus->number, PCI_DEVFN(0, 0)))
1109 && (dev = pci_find_slot(pdev->bus->number, PCI_DEVFN(1, 0)))
1112 && (dev = pci_find_slot(pdev->bus->number, PCI_DEVFN(2, 0)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firmware/
H A Dedd.c672 return pci_find_slot(info->params.interface_path.pci.bus,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dfeature.c829 pdev = pci_find_slot(pbus, pid);

Completed in 82 milliseconds