/linux/drivers/pci/ |
A D | search.c | 194 struct pci_dev *pci_get_slot(struct pci_bus *bus, unsigned int devfn) in pci_get_slot() function 211 EXPORT_SYMBOL(pci_get_slot);
|
/linux/drivers/pci/hotplug/ |
A D | cpci_hotplug_pci.c | 248 slot->dev = pci_get_slot(slot->bus, slot->devfn); in cpci_configure_slot() 262 slot->dev = pci_get_slot(slot->bus, slot->devfn); in cpci_configure_slot()
|
A D | pciehp_pci.c | 41 dev = pci_get_slot(parent, PCI_DEVFN(0, 0)); in pciehp_configure_device()
|
A D | shpchp_pci.c | 33 dev = pci_get_slot(parent, PCI_DEVFN(p_slot->device, 0)); in shpchp_configure_device()
|
A D | s390_pci_hpc.c | 50 pdev = pci_get_slot(zdev->zbus->bus, zdev->devfn); in disable_slot()
|
A D | cpci_hotplug_core.c | 311 dev = pci_get_slot(slot->bus, PCI_DEVFN(slot->number, 0)); in init_slots()
|
/linux/drivers/spi/ |
A D | spi-pxa2xx-pci.c | 86 dma_dev = pci_get_slot(dev->bus, PCI_DEVFN(PCI_SLOT(dev->devfn), 0)); in lpss_spi_setup() 110 struct pci_dev *dma_dev = pci_get_slot(dev->bus, PCI_DEVFN(21, 0)); in mrfld_spi_setup()
|
/linux/arch/s390/pci/ |
A D | pci_iov.c | 84 pdev = pci_get_slot(zbus->bus, zdev->devfn); in zpci_iov_setup_virtfn()
|
A D | pci_event.c | 265 pdev = pci_get_slot(zdev->zbus->bus, zdev->devfn); in __zpci_event_error()
|
A D | pci_bus.c | 115 pdev = pci_get_slot(zbus->bus, zdev->devfn); in zpci_bus_remove_device()
|
/linux/arch/alpha/kernel/ |
A D | sys_miata.c | 187 struct pci_dev *pdev = pci_get_slot(dev->bus, dev->devfn & ~7); in miata_map_irq()
|
/linux/drivers/tty/serial/8250/ |
A D | 8250_mid.c | 71 mid->dma_dev = pci_get_slot(pdev->bus, in pnw_setup() 121 mid->dma_dev = pci_get_slot(pdev->bus, PCI_DEVFN(5, 0)); in tng_setup()
|
A D | 8250_lpss.c | 121 struct pci_dev *dma_dev = pci_get_slot(pdev->bus, dma_devfn); in byt_serial_setup()
|
/linux/drivers/usb/host/ |
A D | ohci-pci.c | 77 b = pci_get_slot (pdev->bus, PCI_DEVFN (PCI_SLOT (pdev->devfn), 1)); in ohci_quirk_ns()
|
/linux/drivers/char/agp/ |
A D | amd64-agp.c | 398 dev1 = pci_get_slot (pdev->bus,PCI_DEVFN(0,0)); in uli_agp_init() 461 dev1 = pci_get_slot(pdev->bus, PCI_DEVFN(11, 0)); in nforce3_agp_init()
|
/linux/drivers/ata/ |
A D | pata_sl82c105.c | 272 bridge = pci_get_slot(pdev->bus, in sl82c105_bridge_revision()
|
/linux/drivers/pcmcia/ |
A D | ti113x.h | 487 func0 = pci_get_slot(socket->dev->bus, socket->dev->devfn & ~0x07); in ti12xx_align_irqs() 707 func = pci_get_slot(socket->dev->bus, in ti12xx_2nd_slot_empty()
|
/linux/drivers/misc/cb710/ |
A D | core.c | 42 pdev0 = pci_get_slot(pdev->bus, devfn); in cb710_pci_configure()
|
/linux/drivers/scsi/aic7xxx/ |
A D | aic79xx_osm_pci.c | 124 master_pdev = pci_get_slot(pdev->bus, master_devfn); in ahd_linux_pci_inherit_flags()
|
A D | aic7xxx_osm_pci.c | 163 master_pdev = pci_get_slot(pdev->bus, master_devfn); in ahc_linux_pci_inherit_flags()
|
/linux/arch/powerpc/kernel/ |
A D | pci_of_scan.c | 368 dev = pci_get_slot(bus, devfn); in of_scan_pci_dev()
|
/linux/Documentation/translations/zh_CN/PCI/ |
A D | pci.rst | 479 pci_get_slot() 被pci_get_domain_bus_and_slot()取代
|
/linux/arch/x86/kernel/ |
A D | quirks.c | 545 nb_ht = pci_get_slot(dev->bus, devfn); in quirk_amd_nb_node()
|
/linux/drivers/infiniband/hw/vmw_pvrdma/ |
A D | pvrdma_main.c | 692 pdev_net = pci_get_slot(dev->pdev->bus, in pvrdma_netdevice_event_handle() 931 pdev_net = pci_get_slot(pdev->bus, PCI_DEVFN(PCI_SLOT(pdev->devfn), 0)); in pvrdma_pci_probe()
|
/linux/drivers/platform/x86/ |
A D | eeepc-laptop.c | 606 dev = pci_get_slot(bus, 0); in eeepc_rfkill_hotplug() 618 dev = pci_get_slot(bus, 0); in eeepc_rfkill_hotplug()
|