/Linux-v5.10/arch/s390/pci/ |
D | pci_event.c | 58 pdev = pci_get_slot(zdev->zbus->bus, zdev->devfn); in __zpci_event_error() 84 pdev = pci_get_slot(zdev->zbus->bus, zdev->devfn); in __zpci_event_availability()
|
D | pci_iov.c | 84 pdev = pci_get_slot(zbus->bus, zdev->devfn); in zpci_iov_setup_virtfn()
|
D | pci_bus.c | 156 pdev = pci_get_slot(bus, zdev->devfn); in zpci_bus_add_device()
|
/Linux-v5.10/drivers/ide/ |
D | cy82c693.c | 95 dev = pci_get_slot(dev->bus, dev->devfn+1); in cy82c693_set_pio_mode() 187 dev2 = pci_get_slot(dev->bus, dev->devfn + 1); in cy82c693_init_one()
|
D | alim15x3.c | 231 struct pci_dev *north = pci_get_slot(dev->bus, PCI_DEVFN(0,0)); in init_chipset_ali15x3()
|
D | pdc202xx_new.c | 424 dev2 = pci_get_slot(dev->bus, PCI_DEVFN(PCI_SLOT(dev->devfn) + 1, in pdc20270_get_dev2()
|
D | hpt366.c | 965 struct pci_dev *dev1 = pci_get_slot(dev->bus, in init_chipset_hpt366() 1458 dev2 = pci_get_slot(dev->bus, dev->devfn + 1); in hpt366_init_one()
|
/Linux-v5.10/drivers/pci/ |
D | vpd.c | 322 struct pci_dev *tdev = pci_get_slot(dev->bus, in pci_vpd_f0_read() 337 struct pci_dev *tdev = pci_get_slot(dev->bus, in pci_vpd_f0_write() 351 struct pci_dev *tdev = pci_get_slot(dev->bus, in pci_vpd_f0_set_size() 533 f0 = pci_get_slot(dev->bus, PCI_DEVFN(PCI_SLOT(dev->devfn), 0)); in quirk_f0_vpd_link()
|
D | search.c | 195 struct pci_dev *pci_get_slot(struct pci_bus *bus, unsigned int devfn) in pci_get_slot() function 213 EXPORT_SYMBOL(pci_get_slot);
|
/Linux-v5.10/drivers/pci/hotplug/ |
D | cpci_hotplug_pci.c | 250 slot->dev = pci_get_slot(slot->bus, slot->devfn); in cpci_configure_slot() 264 slot->dev = pci_get_slot(slot->bus, slot->devfn); in cpci_configure_slot()
|
D | shpchp_pci.c | 33 dev = pci_get_slot(parent, PCI_DEVFN(p_slot->device, 0)); in shpchp_configure_device()
|
D | pciehp_pci.c | 41 dev = pci_get_slot(parent, PCI_DEVFN(0, 0)); in pciehp_configure_device()
|
D | s390_pci_hpc.c | 91 pdev = pci_get_slot(zdev->zbus->bus, zdev->devfn); in disable_slot()
|
/Linux-v5.10/drivers/spi/ |
D | spi-pxa2xx-pci.c | 81 dma_dev = pci_get_slot(dev->bus, PCI_DEVFN(PCI_SLOT(dev->devfn), 0)); in lpss_spi_setup() 105 struct pci_dev *dma_dev = pci_get_slot(dev->bus, PCI_DEVFN(21, 0)); in mrfld_spi_setup()
|
/Linux-v5.10/arch/alpha/kernel/ |
D | sys_miata.c | 187 struct pci_dev *pdev = pci_get_slot(dev->bus, dev->devfn & ~7); in miata_map_irq()
|
/Linux-v5.10/drivers/tty/serial/8250/ |
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()
|
D | 8250_lpss.c | 125 struct pci_dev *dma_dev = pci_get_slot(pdev->bus, dma_devfn); in byt_serial_setup()
|
/Linux-v5.10/drivers/usb/host/ |
D | ohci-pci.c | 77 b = pci_get_slot (pdev->bus, PCI_DEVFN (PCI_SLOT (pdev->devfn), 1)); in ohci_quirk_ns()
|
/Linux-v5.10/drivers/ata/ |
D | pata_sl82c105.c | 272 bridge = pci_get_slot(pdev->bus, in sl82c105_bridge_revision()
|
/Linux-v5.10/drivers/char/agp/ |
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-v5.10/drivers/pcmcia/ |
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-v5.10/drivers/misc/cb710/ |
D | core.c | 42 pdev0 = pci_get_slot(pdev->bus, devfn); in cb710_pci_configure()
|
/Linux-v5.10/drivers/scsi/aic7xxx/ |
D | aic79xx_osm_pci.c | 144 master_pdev = pci_get_slot(pdev->bus, master_devfn); in ahd_linux_pci_inherit_flags()
|
D | aic7xxx_osm_pci.c | 187 master_pdev = pci_get_slot(pdev->bus, master_devfn); in ahc_linux_pci_inherit_flags()
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | pci_of_scan.c | 368 dev = pci_get_slot(bus, devfn); in of_scan_pci_dev()
|