Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dof_fdt.h82 extern void unflatten_device_tree(void);
92 static inline void unflatten_device_tree(void) {} in unflatten_device_tree() function
/openbmc/linux/arch/um/kernel/
H A Ddtb.c29 unflatten_device_tree(); in uml_dtb_init()
/openbmc/u-boot/lib/
H A Dof_live.c261 static int unflatten_device_tree(const void *blob, in unflatten_device_tree() function
322 ret = unflatten_device_tree(fdt_blob, rootp); in of_live_build()
/openbmc/linux/arch/microblaze/kernel/
H A Dsetup.c59 unflatten_device_tree(); in setup_arch()
/openbmc/linux/arch/sh/kernel/
H A Dsetup.c334 unflatten_device_tree(); in setup_arch()
/openbmc/linux/arch/riscv/kernel/
H A Dsetup.c289 unflatten_device_tree(); in setup_arch()
/openbmc/linux/Documentation/translations/zh_CN/devicetree/
H A Dusage-model.rst174 这个过程中的某个时刻,unflatten_device_tree()被调用以将数据转换成更有
/openbmc/linux/arch/arm64/kernel/
H A Dsetup.c355 unflatten_device_tree(); in setup_arch()
/openbmc/linux/drivers/of/
H A Dfdt.c1329 void __init unflatten_device_tree(void) in unflatten_device_tree() function
1369 unflatten_device_tree(); in unflatten_and_copy_device_tree()
/openbmc/linux/arch/powerpc/kernel/
H A Dsetup-common.c908 unflatten_device_tree(); in setup_arch()
/openbmc/linux/arch/arm/kernel/
H A Dsetup.c1172 unflatten_device_tree(); in setup_arch()
/openbmc/linux/Documentation/devicetree/
H A Dusage-model.rst224 way. At some point in this process, unflatten_device_tree() is called
/openbmc/linux/Documentation/kbuild/
H A Dmakefiles.rst1403 blob to non-init memory prior to calling unflatten_device_tree(). function