Searched refs:pci_get_slot (Results 1 – 16 of 16) sorted by relevance
/linux-4.19.296/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 | 194 struct pci_dev *pci_get_slot(struct pci_bus *bus, unsigned int devfn) in pci_get_slot() function 212 EXPORT_SYMBOL(pci_get_slot);
|
D | quirks.c | 2527 apc_bridge = pci_get_slot(host_bridge->bus, PCI_DEVFN(1, 0)); in quirk_amd_780_apc_msi() 2589 pdev = pci_get_slot(dev->bus, 0); in quirk_nvidia_ck804_msi_ht_cap() 2716 dev = pci_get_slot(host_bridge->bus, PCI_DEVFN(i, 0)); in host_bridge_with_leaf() 2774 host_bridge = pci_get_slot(dev->bus, PCI_DEVFN(i, 0)); in nv_ht_enable_msi_mapping() 3642 sibling = pci_get_slot(dev->bus, 0x0); in quirk_apple_wait_for_thunderbolt() 3647 nhi = pci_get_slot(sibling->subordinate, 0x0); in quirk_apple_wait_for_thunderbolt()
|
D | iov.c | 305 pdev = pci_get_slot(dev->bus, iov->link); in sriov_enable()
|
D | xen-pcifront.c | 429 d = pci_get_slot(b, devfn); in pcifront_scan_bus()
|
D | probe.c | 2528 dev = pci_get_slot(bus, devfn); in pci_scan_single_device()
|
/linux-4.19.296/drivers/pci/hotplug/ |
D | shpchp_pci.c | 33 dev = pci_get_slot(parent, PCI_DEVFN(p_slot->device, 0)); in shpchp_configure_device()
|
D | cpci_hotplug_pci.c | 252 slot->dev = pci_get_slot(slot->bus, slot->devfn); in cpci_configure_slot() 266 slot->dev = pci_get_slot(slot->bus, slot->devfn); in cpci_configure_slot()
|
D | pciehp_pci.c | 33 dev = pci_get_slot(parent, PCI_DEVFN(0, 0)); in pciehp_configure_device()
|
D | s390_pci_hpc.c | 98 pdev = pci_get_slot(slot->zdev->bus, ZPCI_DEVFN); in disable_slot()
|
D | cpci_hotplug_core.c | 360 dev = pci_get_slot(slot->bus, PCI_DEVFN(slot->number, 0)); in init_slots()
|
D | acpiphp_glue.c | 538 dev = pci_get_slot(bus, PCI_DEVFN(slot->device, in enable_slot()
|
/linux-4.19.296/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.19.296/drivers/misc/cb710/ |
D | core.c | 45 pdev0 = pci_get_slot(pdev->bus, devfn); in cb710_pci_configure()
|
/linux-4.19.296/include/linux/ |
D | pci.h | 988 struct pci_dev *pci_get_slot(struct pci_bus *bus, unsigned int devfn); 1697 static inline struct pci_dev *pci_get_slot(struct pci_bus *bus, in pci_get_slot() function
|
/linux-4.19.296/drivers/message/fusion/ |
D | mptbase.c | 2660 peer = pci_get_slot(pdev->bus, PCI_DEVFN(slot,func-1)); in mpt_detect_bound_ports() 2662 peer = pci_get_slot(pdev->bus, PCI_DEVFN(slot,func+1)); in mpt_detect_bound_ports()
|