Home
last modified time | relevance | path

Searched refs:unflatten_device_tree (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
Dof_fdt.h98 extern void unflatten_device_tree(void);
107 static inline void unflatten_device_tree(void) {} in unflatten_device_tree() function
/linux-4.19.296/drivers/of/
Dfdt.c1268 void __init unflatten_device_tree(void) in unflatten_device_tree() function
1308 unflatten_device_tree(); in unflatten_and_copy_device_tree()