Home
last modified time | relevance | path

Searched refs:pci_find_parent_resource (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pci/
H A Dsetup-res.c156 root = pci_find_parent_resource(dev, res); in pci_claim_resource()
217 root = pci_find_parent_resource(dev, res); in pci_revert_fw_address()
H A Dpci.c734 struct resource *pci_find_parent_resource(const struct pci_dev *dev, in pci_find_parent_resource() function
766 EXPORT_SYMBOL(pci_find_parent_resource);
/linux/arch/sparc/kernel/
H A Dpci.c671 root = pci_find_parent_resource(dev, p); in pci_claim_legacy_resources()