Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dof_fdt.h109 extern void unflatten_device_tree(void);
118 static inline void unflatten_device_tree(void) {} in unflatten_device_tree() function
/OK3568_Linux_fs/u-boot/lib/
H A Dof_live.c264 static int unflatten_device_tree(const void *blob, in unflatten_device_tree() function
325 ret = unflatten_device_tree(fdt_blob, rootp); in of_live_build()
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dsetup.c95 unflatten_device_tree(); in setup_arch()
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dsetup.c59 unflatten_device_tree(); in setup_arch()
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dsetup.c336 unflatten_device_tree(); in setup_arch()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsetup.c356 unflatten_device_tree(); in setup_arch()
/OK3568_Linux_fs/kernel/drivers/of/
H A Dfdt.c1256 void __init unflatten_device_tree(void) in unflatten_device_tree() function
1296 unflatten_device_tree(); in unflatten_and_copy_device_tree()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsetup-common.c866 unflatten_device_tree(); in setup_arch()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsetup.c1171 unflatten_device_tree(); in setup_arch()
/OK3568_Linux_fs/kernel/Documentation/devicetree/
H A Dusage-model.rst224 way. At some point in this process, unflatten_device_tree() is called
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A Dmakefiles.rst1353 blob to non-init memory prior to calling unflatten_device_tree(). function