Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dof_fdt.h88 extern void unflatten_device_tree(void);
97 static inline void unflatten_device_tree(void) {} in unflatten_device_tree() function
/kernel/linux/linux-5.10/arch/riscv/kernel/
Dsetup.c88 unflatten_device_tree(); in setup_arch()
/kernel/linux/linux-5.10/arch/microblaze/kernel/
Dsetup.c59 unflatten_device_tree(); in setup_arch()
/kernel/linux/linux-5.10/arch/sh/kernel/
Dsetup.c336 unflatten_device_tree(); in setup_arch()
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dsetup.c341 unflatten_device_tree(); in setup_arch()
/kernel/linux/linux-5.10/drivers/of/
Dfdt.c1229 void __init unflatten_device_tree(void) in unflatten_device_tree() function
1269 unflatten_device_tree(); in unflatten_and_copy_device_tree()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dsetup-common.c866 unflatten_device_tree(); in setup_arch()
/kernel/linux/linux-5.10/arch/arm/kernel/
Dsetup.c1157 unflatten_device_tree(); in setup_arch()
/kernel/linux/linux-5.10/Documentation/devicetree/
Dusage-model.rst224 way. At some point in this process, unflatten_device_tree() is called
/kernel/linux/linux-5.10/Documentation/kbuild/
Dmakefiles.rst1351 blob to non-init memory prior to calling unflatten_device_tree(). function