Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/ !
Dof_fdt.h82 extern void unflatten_device_tree(void);
92 static inline void unflatten_device_tree(void) {} in unflatten_device_tree() function
/linux-6.1.9/arch/um/kernel/ !
Ddtb.c29 unflatten_device_tree(); in uml_dtb_init()
/linux-6.1.9/arch/microblaze/kernel/ !
Dsetup.c59 unflatten_device_tree(); in setup_arch()
/linux-6.1.9/arch/sh/kernel/ !
Dsetup.c333 unflatten_device_tree(); in setup_arch()
/linux-6.1.9/arch/riscv/kernel/ !
Dsetup.c282 unflatten_device_tree(); in setup_arch()
/linux-6.1.9/arch/arm64/kernel/ !
Dsetup.c344 unflatten_device_tree(); in setup_arch()
/linux-6.1.9/Documentation/translations/zh_CN/devicetree/ !
Dusage-model.rst174 这个过程中的某个时刻,unflatten_device_tree()被调用以将数据转换成更有
/linux-6.1.9/drivers/of/ !
Dfdt.c1331 void __init unflatten_device_tree(void) in unflatten_device_tree() function
1371 unflatten_device_tree(); in unflatten_and_copy_device_tree()
/linux-6.1.9/arch/powerpc/kernel/ !
Dsetup-common.c902 unflatten_device_tree(); in setup_arch()
/linux-6.1.9/arch/arm/kernel/ !
Dsetup.c1165 unflatten_device_tree(); in setup_arch()
/linux-6.1.9/Documentation/devicetree/ !
Dusage-model.rst224 way. At some point in this process, unflatten_device_tree() is called
/linux-6.1.9/Documentation/kbuild/ !
Dmakefiles.rst1443 blob to non-init memory prior to calling unflatten_device_tree(). function