Home
last modified time | relevance | path

Searched refs:of_pdt_build_devicetree (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dof_pdt.h40 extern void of_pdt_build_devicetree(phandle root_node, struct of_pdt_ops *ops);
/linux-4.1.27/arch/sparc/kernel/
Dprom_common.c157 of_pdt_build_devicetree(prom_root_node, &prom_sparc_ops); in prom_build_devicetree()
/linux-4.1.27/arch/x86/platform/olpc/
Dolpc_dt.c283 of_pdt_build_devicetree(root, &prom_olpc_ops); in olpc_dt_build_devicetree()
/linux-4.1.27/drivers/of/
Dpdt.c229 void __init of_pdt_build_devicetree(phandle root_node, struct of_pdt_ops *ops) in of_pdt_build_devicetree() function