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