/kernel/linux/linux-5.10/drivers/ide/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A 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()
|
H A D | search.c | 182 * pci_get_slot - locate PCI device for a given PCI slot 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); variable
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A 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()
|
H A D | shpchp_pci.c | 33 dev = pci_get_slot(parent, PCI_DEVFN(p_slot->device, 0)); in shpchp_configure_device()
|
H A D | pciehp_pci.c | 41 dev = pci_get_slot(parent, PCI_DEVFN(0, 0)); in pciehp_configure_device()
|
H A D | s390_pci_hpc.c | 91 pdev = pci_get_slot(zdev->zbus->bus, zdev->devfn); in disable_slot()
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H 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()
|
H A D | pciehp_pci.c | 41 dev = pci_get_slot(parent, PCI_DEVFN(0, 0)); in pciehp_configure_device()
|
H A D | shpchp_pci.c | 33 dev = pci_get_slot(parent, PCI_DEVFN(p_slot->device, 0)); in shpchp_configure_device()
|
H A D | s390_pci_hpc.c | 50 pdev = pci_get_slot(zdev->zbus->bus, zdev->devfn); in disable_slot()
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | search.c | 181 * 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) in pci_get_slot() function 211 EXPORT_SYMBOL(pci_get_slot); variable
|
/kernel/linux/linux-5.10/arch/s390/pci/ |
H A D | pci_iov.c | 84 pdev = pci_get_slot(zbus->bus, zdev->devfn); in zpci_iov_setup_virtfn() 90 /* balance pci_get_slot() */ in zpci_iov_setup_virtfn() 94 /* balance pci_get_slot() */ in zpci_iov_setup_virtfn()
|
H A D | pci_event.c | 58 pdev = pci_get_slot(zdev->zbus->bus, zdev->devfn); in __zpci_event_error()
|
H A D | pci_bus.c | 156 pdev = pci_get_slot(bus, zdev->devfn); in zpci_bus_add_device()
|
/kernel/linux/linux-6.6/arch/s390/pci/ |
H A D | pci_iov.c | 84 pdev = pci_get_slot(zbus->bus, zdev->devfn); in zpci_iov_setup_virtfn() 90 /* balance pci_get_slot() */ in zpci_iov_setup_virtfn() 94 /* balance pci_get_slot() */ in zpci_iov_setup_virtfn()
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-pxa2xx-pci.c | 90 dma_dev = pci_get_slot(dev->bus, PCI_DEVFN(PCI_SLOT(dev->devfn), 0)); in lpss_spi_setup() 144 dma_dev = pci_get_slot(dev->bus, PCI_DEVFN(21, 0)); in mrfld_spi_setup()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-pxa2xx-pci.c | 146 dma_dev = pci_get_slot(dev->bus, PCI_DEVFN(PCI_SLOT(dev->devfn), 0)); in lpss_spi_setup() 222 dma_dev = pci_get_slot(dev->bus, PCI_DEVFN(21, 0)); in mrfld_spi_setup()
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | sys_miata.c | 187 struct pci_dev *pdev = pci_get_slot(dev->bus, dev->devfn & ~7); in miata_map_irq()
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | sys_miata.c | 187 struct pci_dev *pdev = pci_get_slot(dev->bus, dev->devfn & ~7); in miata_map_irq()
|
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_mid.c | 71 mid->dma_dev = pci_get_slot(pdev->bus, in pnw_setup() 126 mid->dma_dev = pci_get_slot(pdev->bus, PCI_DEVFN(5, 0)); in tng_setup()
|
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_mid.c | 71 mid->dma_dev = pci_get_slot(pdev->bus, in pnw_setup() 126 mid->dma_dev = pci_get_slot(pdev->bus, PCI_DEVFN(5, 0)); in tng_setup()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | pata_sl82c105.c | 272 bridge = pci_get_slot(pdev->bus, in sl82c105_bridge_revision()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-pci.c | 77 b = pci_get_slot (pdev->bus, PCI_DEVFN (PCI_SLOT (pdev->devfn), 1)); in ohci_quirk_ns()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | pata_sl82c105.c | 271 bridge = pci_get_slot(pdev->bus, in sl82c105_bridge_revision()
|