Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dpci_dlpar.c21 struct pci_controller *init_phb_dynamic(struct device_node *dn) in init_phb_dynamic() function
47 EXPORT_SYMBOL_GPL(init_phb_dynamic);
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpci.h96 extern struct pci_controller *init_phb_dynamic(struct device_node *dn);
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Drpadlpar_core.c241 phb = init_phb_dynamic(dn); in dlpar_add_phb()