/linux-4.1.27/drivers/ide/ |
D | cy82c693.c | 94 dev = pci_get_slot(dev->bus, dev->devfn+1); in cy82c693_set_pio_mode() 186 dev2 = pci_get_slot(dev->bus, dev->devfn + 1); in cy82c693_init_one()
|
D | pdc202xx_new.c | 429 dev2 = pci_get_slot(dev->bus, PCI_DEVFN(PCI_SLOT(dev->devfn) + 1, in pdc20270_get_dev2()
|
D | alim15x3.c | 231 struct pci_dev *north = pci_get_slot(dev->bus, PCI_DEVFN(0,0)); in init_chipset_ali15x3()
|
D | hpt366.c | 968 struct pci_dev *dev1 = pci_get_slot(dev->bus, in init_chipset_hpt366() 1461 dev2 = pci_get_slot(dev->bus, dev->devfn + 1); in hpt366_init_one()
|
D | sis5513.c | 435 lpc_bridge = pci_get_slot(dev->bus, 0x10); /* Bus 0, Dev 2, Fn 0 */ in sis_find_family()
|
/linux-4.1.27/drivers/pci/ |
D | search.c | 185 struct pci_dev *pci_get_slot(struct pci_bus *bus, unsigned int devfn) in pci_get_slot() function 203 EXPORT_SYMBOL(pci_get_slot);
|
D | access.c | 445 struct pci_dev *tdev = pci_get_slot(dev->bus, in pci_vpd_f0_read() 460 struct pci_dev *tdev = pci_get_slot(dev->bus, in pci_vpd_f0_write()
|
D | quirks.c | 1930 f0 = pci_get_slot(dev->bus, PCI_DEVFN(PCI_SLOT(dev->devfn), 0)); in quirk_f0_vpd_link() 2276 apc_bridge = pci_get_slot(host_bridge->bus, PCI_DEVFN(1, 0)); in quirk_amd_780_apc_msi() 2334 pdev = pci_get_slot(dev->bus, 0); in quirk_nvidia_ck804_msi_ht_cap() 2463 dev = pci_get_slot(host_bridge->bus, PCI_DEVFN(i, 0)); in host_bridge_with_leaf() 2521 host_bridge = pci_get_slot(dev->bus, PCI_DEVFN(i, 0)); in nv_ht_enable_msi_mapping() 3212 sibling = pci_get_slot(dev->bus, 0x0); in quirk_apple_wait_for_thunderbolt() 3217 nhi = pci_get_slot(sibling->subordinate, 0x0); in quirk_apple_wait_for_thunderbolt()
|
D | iov.c | 289 pdev = pci_get_slot(dev->bus, iov->link); in sriov_enable()
|
D | xen-pcifront.c | 430 d = pci_get_slot(b, devfn); in pcifront_scan_bus()
|
D | probe.c | 1594 dev = pci_get_slot(bus, devfn); in pci_scan_single_device()
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | cpci_hotplug_pci.c | 266 slot->dev = pci_get_slot(slot->bus, slot->devfn); in cpci_configure_slot() 280 slot->dev = pci_get_slot(slot->bus, slot->devfn); in cpci_configure_slot()
|
D | shpchp_pci.c | 47 dev = pci_get_slot(parent, PCI_DEVFN(p_slot->device, 0)); in shpchp_configure_device()
|
D | pciehp_pci.c | 47 dev = pci_get_slot(parent, PCI_DEVFN(0, 0)); in pciehp_configure_device()
|
D | cpci_hotplug_core.c | 380 dev = pci_get_slot(slot->bus, PCI_DEVFN(slot->number, 0)); in init_slots()
|
D | acpiphp_glue.c | 525 dev = pci_get_slot(bus, PCI_DEVFN(slot->device, in enable_slot()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | sys_miata.c | 185 struct pci_dev *pdev = pci_get_slot(dev->bus, dev->devfn & ~7); in miata_map_irq()
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-pci.c | 76 b = pci_get_slot (pdev->bus, PCI_DEVFN (PCI_SLOT (pdev->devfn), 1)); in ohci_quirk_ns()
|
/linux-4.1.27/drivers/spi/ |
D | spi-pxa2xx-pci.c | 130 dma_dev = pci_get_slot(dev->bus, PCI_DEVFN(PCI_SLOT(dev->devfn), 0)); in pxa2xx_spi_pci_probe()
|
D | spi-topcliff-pch.c | 873 dma_dev = pci_get_slot(data->board_dat->pdev->bus, in pch_spi_request_dma()
|
/linux-4.1.27/drivers/ata/ |
D | pata_sl82c105.c | 271 bridge = pci_get_slot(pdev->bus, in sl82c105_bridge_revision()
|
D | pata_sis.c | 845 lpc_bridge = pci_get_slot(pdev->bus, 0x10); /* Bus 0 Dev 2 Fn 0 */ in sis_init_one()
|
D | pata_hpt37x.c | 712 pdev_0 = pci_get_slot(pdev->bus, pdev->devfn - 1); in hpt374_read_freq()
|
/linux-4.1.27/drivers/char/agp/ |
D | amd64-agp.c | 397 dev1 = pci_get_slot (pdev->bus,PCI_DEVFN(0,0)); in uli_agp_init() 460 dev1 = pci_get_slot(pdev->bus, PCI_DEVFN(11, 0)); in nforce3_agp_init()
|
/linux-4.1.27/drivers/pcmcia/ |
D | ti113x.h | 489 func0 = pci_get_slot(socket->dev->bus, socket->dev->devfn & ~0x07); in ti12xx_align_irqs() 710 func = pci_get_slot(socket->dev->bus, in ti12xx_2nd_slot_empty()
|
/linux-4.1.27/drivers/misc/cb710/ |
D | core.c | 46 pdev0 = pci_get_slot(pdev->bus, devfn); in cb710_pci_configure()
|
/linux-4.1.27/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-4.1.27/arch/powerpc/kernel/ |
D | pci_of_scan.c | 324 dev = pci_get_slot(bus, devfn); in of_scan_pci_dev()
|
/linux-4.1.27/drivers/staging/i2o/ |
D | pci.c | 373 i960 = pci_get_slot(c->pdev->bus, in i2o_pci_probe()
|
/linux-4.1.27/arch/x86/kernel/ |
D | quirks.c | 545 nb_ht = pci_get_slot(dev->bus, devfn); in quirk_amd_nb_node()
|
/linux-4.1.27/drivers/acpi/ |
D | pci_root.c | 330 pdev = pci_get_slot(pbus, PCI_DEVFN(dev, fn)); in acpi_get_pci_dev()
|
/linux-4.1.27/drivers/platform/x86/ |
D | eeepc-laptop.c | 614 dev = pci_get_slot(bus, 0); in eeepc_rfkill_hotplug() 626 dev = pci_get_slot(bus, 0); in eeepc_rfkill_hotplug()
|
D | asus-wmi.c | 635 dev = pci_get_slot(bus, 0); in asus_rfkill_hotplug() 647 dev = pci_get_slot(bus, 0); in asus_rfkill_hotplug()
|
/linux-4.1.27/include/linux/ |
D | pci.h | 851 struct pci_dev *pci_get_slot(struct pci_bus *bus, unsigned int devfn); 1448 static inline struct pci_dev *pci_get_slot(struct pci_bus *bus, in pci_get_slot() function
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | 8250_pci.c | 1491 dma_dev = pci_get_slot(pdev->bus, PCI_DEVFN(PCI_SLOT(pdev->devfn), 0)); in byt_serial_setup() 1648 dma_dev = pci_get_slot(pdev->bus, PCI_DEVFN(PCI_SLOT(pdev->devfn), 3)); in pnw_serial_setup() 1669 dma_dev = pci_get_slot(pdev->bus, PCI_DEVFN(5, 0)); in tng_serial_setup()
|
/linux-4.1.27/drivers/net/ethernet/sgi/ |
D | ioc3-eth.c | 1090 struct pci_dev *dev = pci_get_slot(pdev->bus, PCI_DEVFN(slot, 0)); in ioc3_adjacent_is_ioc3()
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 1591 struct pci_dev *memc = pci_get_slot(pdev->bus, slot); in sym_config_pqs()
|
/linux-4.1.27/drivers/tty/serial/ |
D | pch_uart.c | 740 dma_dev = pci_get_slot(priv->pdev->bus, in pch_request_dma()
|
/linux-4.1.27/Documentation/PCI/ |
D | pci.txt | 589 pci_get_slot() Superseded by pci_get_domain_bus_and_slot()
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptbase.c | 2634 peer = pci_get_slot(pdev->bus, PCI_DEVFN(slot,func-1)); in mpt_detect_bound_ports() 2636 peer = pci_get_slot(pdev->bus, PCI_DEVFN(slot,func+1)); in mpt_detect_bound_ports()
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
D | sis_main.c | 6029 ivideo->lpcdev = pci_get_slot(ivideo->nbridge->bus, (2 << 3)); in sisfb_probe()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | tg3.c | 16001 peer = pci_get_slot(tp->pdev->bus, devnr | func); in tg3_find_peer()
|