Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dof_fdt.h26 extern void *of_fdt_unflatten_tree(const unsigned long *blob,
/OK3568_Linux_fs/kernel/drivers/of/
H A Dfdt.c448 void *of_fdt_unflatten_tree(const unsigned long *blob, in of_fdt_unflatten_tree() function
461 EXPORT_SYMBOL_GPL(of_fdt_unflatten_tree);
H A Doverlay.c1042 of_fdt_unflatten_tree(new_fdt, NULL, &overlay_root); in of_overlay_fdt_apply()
H A Dunittest.c1441 of_fdt_unflatten_tree(unittest_data, NULL, &unittest_data_node); in unittest_data_add()
/OK3568_Linux_fs/kernel/Documentation/devicetree/
H A Dof_unittest.rst116 Secondly, it calls of_fdt_unflatten_tree() to unflatten the flattened
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dpnv_php.c282 dt = of_fdt_unflatten_tree(fdt, php_slot->dn, NULL); in pnv_php_add_devtree()