Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/include/asm/
Dpnv-pci.h22 extern int pnv_pci_get_device_tree(uint32_t phandle, void *buf, uint64_t len);
/linux-5.19.10/arch/powerpc/platforms/powernv/
Dpci.c80 int pnv_pci_get_device_tree(uint32_t phandle, void *buf, uint64_t len) in pnv_pci_get_device_tree() function
93 EXPORT_SYMBOL_GPL(pnv_pci_get_device_tree);
/linux-5.19.10/drivers/pci/hotplug/
Dpnv_php.c270 ret = pnv_pci_get_device_tree(php_slot->dn->phandle, fdt1, 0x10000); in pnv_php_add_devtree()