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

12

/linux-master/arch/s390/pci/
H A Dpci_iov.c84 pdev = pci_get_slot(zbus->bus, zdev->devfn);
90 /* balance pci_get_slot() */
94 /* balance pci_get_slot() */
H A Dpci_bus.c107 pdev = pci_get_slot(zbus->bus, zdev->devfn);
113 /* balance pci_get_slot */
118 /* balance pci_get_slot */
H A Dpci_event.c273 pdev = pci_get_slot(zdev->zbus->bus, zdev->devfn);
/linux-master/drivers/pci/hotplug/
H A Dshpchp_pci.c33 dev = pci_get_slot(parent, PCI_DEVFN(p_slot->device, 0));
H A Dpciehp_pci.c41 dev = pci_get_slot(parent, PCI_DEVFN(0, 0));
H A Ds390_pci_hpc.c60 pdev = pci_get_slot(zdev->zbus->bus, zdev->devfn);
H A Dcpci_hotplug_pci.c248 slot->dev = pci_get_slot(slot->bus, slot->devfn);
262 slot->dev = pci_get_slot(slot->bus, slot->devfn);
H A Dcpci_hotplug_core.c311 dev = pci_get_slot(slot->bus, PCI_DEVFN(slot->number, 0));
/linux-master/arch/alpha/kernel/
H A Dsys_miata.c186 struct pci_dev *pdev = pci_get_slot(dev->bus, dev->devfn & ~7);
/linux-master/drivers/pci/
H A Dsearch.c181 * pci_get_slot - locate PCI device for a given PCI slot
194 struct pci_dev *pci_get_slot(struct pci_bus *bus, unsigned int devfn) function
211 EXPORT_SYMBOL(pci_get_slot); variable
/linux-master/drivers/spi/
H A Dspi-pxa2xx-pci.c146 dma_dev = pci_get_slot(dev->bus, PCI_DEVFN(PCI_SLOT(dev->devfn), 0));
222 dma_dev = pci_get_slot(dev->bus, PCI_DEVFN(21, 0));
/linux-master/drivers/tty/serial/8250/
H A D8250_mid.c70 mid->dma_dev = pci_get_slot(pdev->bus,
125 mid->dma_dev = pci_get_slot(pdev->bus, PCI_DEVFN(5, 0));
H A D8250_lpss.c139 dma_dev = pci_get_slot(pdev->bus, PCI_DEVFN(PCI_SLOT(pdev->devfn), 0));
160 /* Paired with pci_get_slot() in the byt_serial_setup() above */
/linux-master/drivers/usb/host/
H A Dohci-pci.c77 b = pci_get_slot (pdev->bus, PCI_DEVFN (PCI_SLOT (pdev->devfn), 1));
/linux-master/drivers/ata/
H A Dpata_sl82c105.c271 bridge = pci_get_slot(pdev->bus,
H A Dpata_sis.c846 lpc_bridge = pci_get_slot(pdev->bus, 0x10); /* Bus 0 Dev 2 Fn 0 */
H A Dpata_hpt37x.c661 pdev_fn0 = pci_get_slot(pdev->bus, pdev->devfn - 1);
/linux-master/drivers/pcmcia/
H A Dti113x.h487 func0 = pci_get_slot(socket->dev->bus, socket->dev->devfn & ~0x07);
707 func = pci_get_slot(socket->dev->bus,
/linux-master/drivers/char/agp/
H A Damd64-agp.c398 dev1 = pci_get_slot (pdev->bus,PCI_DEVFN(0,0));
461 dev1 = pci_get_slot(pdev->bus, PCI_DEVFN(11, 0));
/linux-master/drivers/misc/cb710/
H A Dcore.c42 pdev0 = pci_get_slot(pdev->bus, devfn);
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_osm_pci.c124 master_pdev = pci_get_slot(pdev->bus, master_devfn);
H A Daic7xxx_osm_pci.c163 master_pdev = pci_get_slot(pdev->bus, master_devfn);
/linux-master/arch/powerpc/kernel/
H A Dpci_of_scan.c368 dev = pci_get_slot(bus, devfn);
/linux-master/arch/x86/kernel/
H A Dquirks.c545 nb_ht = pci_get_slot(dev->bus, devfn);
/linux-master/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_main.c692 pdev_net = pci_get_slot(dev->pdev->bus,
929 pdev_net = pci_get_slot(pdev->bus, PCI_DEVFN(PCI_SLOT(pdev->devfn), 0));

Completed in 272 milliseconds

12