Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/include/asm/
Dpnv-pci.h21 extern int pnv_pci_get_device_tree(uint32_t phandle, void *buf, uint64_t len);
/Linux-v5.10/arch/powerpc/platforms/powernv/
Dpci.c81 int pnv_pci_get_device_tree(uint32_t phandle, void *buf, uint64_t len) in pnv_pci_get_device_tree() function
94 EXPORT_SYMBOL_GPL(pnv_pci_get_device_tree);
/Linux-v5.10/drivers/pci/hotplug/
Dpnv_php.c269 ret = pnv_pci_get_device_tree(php_slot->dn->phandle, fdt1, 0x10000); in pnv_php_add_devtree()