Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dof_fdt.h92 extern void unflatten_device_tree(void);
102 static inline void unflatten_device_tree(void) {} in unflatten_device_tree() function
/linux/arch/um/kernel/
H A Ddtb.c29 unflatten_device_tree(); in uml_dtb_init()
/linux/arch/microblaze/kernel/
H A Dsetup.c59 unflatten_device_tree(); in setup_arch()
/linux/arch/sh/kernel/
H A Dsetup.c329 unflatten_device_tree(); in setup_arch()
/linux/arch/arm64/kernel/
H A Dsetup.c342 unflatten_device_tree(); in setup_arch()
/linux/arch/riscv/kernel/
H A Dsetup.c338 unflatten_device_tree(); in setup_arch()
/linux/Documentation/translations/zh_CN/devicetree/
H A Dusage-model.rst174 这个过程中的某个时刻,unflatten_device_tree()被调用以将数据转换成更有
/linux/drivers/of/
H A Dfdt.c1272 void __init unflatten_device_tree(void) in unflatten_device_tree() function
1317 unflatten_device_tree(); in unflatten_and_copy_device_tree()
/linux/arch/powerpc/kernel/
H A Dsetup-common.c917 unflatten_device_tree(); in setup_arch()
/linux/arch/arm/kernel/
H A Dsetup.c1166 unflatten_device_tree(); in setup_arch()
/linux/Documentation/devicetree/
H A Dusage-model.rst224 way. At some point in this process, unflatten_device_tree() is called
/linux/Documentation/kbuild/
H A Dmakefiles.rst1436 blob to non-init memory prior to calling unflatten_device_tree(). function