Searched refs:pci_get_slot (Results 1 - 25 of 29) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dshpchp_pci.c105 dev = pci_get_slot(parent, PCI_DEVFN(p_slot->device, 0));
120 dev = pci_get_slot(parent, PCI_DEVFN(p_slot->device, fn));
175 struct pci_dev* temp = pci_get_slot(parent,
H A Dcpci_hotplug_pci.c265 slot->dev = pci_get_slot(slot->bus, slot->devfn);
279 slot->dev = pci_get_slot(slot->bus, slot->devfn);
290 dev = pci_get_slot(parent, PCI_DEVFN(PCI_SLOT(slot->devfn), fn));
343 dev = pci_get_slot(slot->bus,
H A Dfakephp.c184 if ((dev = pci_get_slot(bus, temp->devfn)) != NULL)
210 if ((dev = pci_get_slot(bus, temp->devfn)) != NULL)
312 dev = pci_get_slot(dslot->dev->bus,
H A Dpciehp_pci.c201 dev = pci_get_slot(parent, PCI_DEVFN(p_slot->device, 0));
216 dev = pci_get_slot(parent, PCI_DEVFN(p_slot->device, fn));
249 struct pci_dev* temp = pci_get_slot(parent,
H A Dacpiphp_glue.c35 * - The one in acpiphp_func has its refcount elevated by pci_get_slot()
38 * - The one in acpiphp_bridge has its refcount elevated by pci_get_slot()
271 newfunc->pci_dev = pci_get_slot(bridge->pci_bus,
545 dev = pci_get_slot(pci_bus, PCI_DEVFN(device, function));
737 dev = pci_get_slot(bus, PCI_DEVFN(id.device, id.function));
1108 dev = pci_get_slot(bus, PCI_DEVFN(slot->device, 0));
1154 func->pci_dev = pci_get_slot(bus, PCI_DEVFN(slot->device,
H A Dsgi_hotplug.c389 dev = pci_get_slot(slot->pci_bus,
556 dev = pci_get_slot(slot->pci_bus,
H A Dcpci_hotplug_core.c389 dev = pci_get_slot(slot->bus, PCI_DEVFN(slot->number, 0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsys_miata.c181 struct pci_dev *pdev = pci_get_slot(dev->bus, dev->devfn & ~7);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dsearch.c107 * pci_get_slot - locate PCI device for a given PCI slot
120 struct pci_dev * pci_get_slot(struct pci_bus *bus, unsigned int devfn) function
443 EXPORT_SYMBOL(pci_get_slot); variable
H A Dquirks.c1669 pdev = pci_get_slot(dev->bus, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dcy82c693.c284 dev = pci_get_slot(dev->bus, dev->devfn+1);
500 dev2 = pci_get_slot(dev->bus, dev->devfn + 1);
H A Dalim15x3.c481 struct pci_dev *north = pci_get_slot(dev->bus, PCI_DEVFN(0,0));
H A Dhpt366.c1280 if ((dev2 = pci_get_slot(dev->bus, dev->devfn + 1)) != NULL) {
1405 if ((dev2 = pci_get_slot(dev->bus, dev->devfn + 1)) != NULL) {
H A Dsis5513.c714 lpc_bridge = pci_get_slot(dev->bus, 0x10); /* Bus 0, Dev 2, Fn 0 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_sl82c105.c268 bridge = pci_get_slot(pdev->bus,
H A Dpata_sis.c985 lpc_bridge = pci_get_slot(pdev->bus, 0x10); /* Bus 0 Dev 2 Fn 0 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dcardbus.c139 dev = pci_get_slot(s->cb_dev->subordinate, 0);
H A Dti113x.h447 func0 = pci_get_slot(socket->dev->bus, socket->dev->devfn & ~0x07);
668 func = pci_get_slot(socket->dev->bus,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-pci.c62 b = pci_get_slot (pdev->bus, PCI_DEVFN (PCI_SLOT (pdev->devfn), 1));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_osm_pci.c114 master_pdev = pci_get_slot(pdev->bus, master_devfn);
H A Daic7xxx_osm_pci.c161 master_pdev = pci_get_slot(pdev->bus, master_devfn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Damd64-agp.c409 dev1 = pci_get_slot (pdev->bus,PCI_DEVFN(0,0));
468 dev1 = pci_get_slot(pdev->bus, PCI_DEVFN(11, 0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dio_common.c256 host_pci_dev = pci_get_slot(host_pci_bus, devfn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/i2o/
H A Dpci.c373 i960 = pci_get_slot(c->pdev->bus,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci.h494 struct pci_dev *pci_get_slot (struct pci_bus *bus, unsigned int devfn);
754 static inline struct pci_dev *pci_get_slot(struct pci_bus *bus, function

Completed in 396 milliseconds

12