Searched refs:of_fdt_unflatten_tree (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dof_fdt.h26 extern void *of_fdt_unflatten_tree(const unsigned long *blob,
/linux-master/drivers/of/
H A Dfdt.c448 * of_fdt_unflatten_tree - create tree of device_nodes from flat blob
461 void *of_fdt_unflatten_tree(const unsigned long *blob, function
474 EXPORT_SYMBOL_GPL(of_fdt_unflatten_tree); variable
H A Doverlay.c1037 * Must create permanent copy of FDT because of_fdt_unflatten_tree()
1050 overlay_mem = of_fdt_unflatten_tree(new_fdt_align, NULL,
H A Dunittest.c1724 ret = of_fdt_unflatten_tree(unittest_data_align, NULL, &unittest_data_node);
/linux-master/drivers/pci/hotplug/
H A Dpnv_php.c284 dt = of_fdt_unflatten_tree(fdt, php_slot->dn, NULL);

Completed in 153 milliseconds