Home
last modified time | relevance | path

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

/drivers/of/
Dfdt.c454 void *of_fdt_unflatten_tree(const unsigned long *blob, in of_fdt_unflatten_tree() function
467 EXPORT_SYMBOL_GPL(of_fdt_unflatten_tree);
Doverlay.c1050 overlay_mem = of_fdt_unflatten_tree(new_fdt_align, NULL, in of_overlay_fdt_apply()
Dunittest.c1653 ret = of_fdt_unflatten_tree(unittest_data_align, NULL, &unittest_data_node); in unittest_data_add()
/drivers/pci/hotplug/
Dpnv_php.c283 dt = of_fdt_unflatten_tree(fdt, php_slot->dn, NULL); in pnv_php_add_devtree()