/Linux-v5.4/arch/powerpc/kernel/ |
D | prom.c | 700 of_scan_flat_dt(early_init_dt_scan_rtas, NULL); in early_init_devtree() 705 of_scan_flat_dt(early_init_dt_scan_opal, NULL); in early_init_devtree() 708 of_scan_flat_dt(early_init_dt_scan_ultravisor, NULL); in early_init_devtree() 713 of_scan_flat_dt(early_init_dt_scan_fw_dump, NULL); in early_init_devtree() 720 of_scan_flat_dt(early_init_dt_scan_chosen_ppc, boot_command_line); in early_init_devtree() 723 of_scan_flat_dt(early_init_dt_scan_root, NULL); in early_init_devtree() 724 of_scan_flat_dt(early_init_dt_scan_memory_ppc, NULL); in early_init_devtree() 770 of_scan_flat_dt(early_init_dt_scan_cpus, NULL); in early_init_devtree() 787 of_scan_flat_dt(early_init_dt_scan_recoverable_ranges, NULL); in early_init_devtree() 820 of_scan_flat_dt(early_init_dt_scan_root, NULL); in early_get_first_memblock_info() [all …]
|
D | epapr_paravirt.c | 58 of_scan_flat_dt(early_init_dt_scan_epapr, NULL); in epapr_paravirt_early_init()
|
D | dt_cpu_ftrs.c | 819 if (!of_scan_flat_dt(fdt_find_cpu_features, NULL)) in dt_cpu_ftrs_init() 1075 of_scan_flat_dt(dt_cpu_ftrs_scan_callback, NULL); in dt_cpu_ftrs_scan()
|
/Linux-v5.4/arch/mips/ralink/ |
D | of.c | 83 of_scan_flat_dt(early_init_dt_find_memory, NULL); in plat_mem_setup() 85 of_scan_flat_dt(early_init_dt_scan_memory, NULL); in plat_mem_setup()
|
/Linux-v5.4/arch/arm/mach-s5pv210/ |
D | s5pv210.c | 48 of_scan_flat_dt(s5pv210_fdt_map_sys, NULL); in s5pv210_dt_map_io()
|
/Linux-v5.4/arch/sh/kernel/cpu/sh2/ |
D | probe.c | 48 if (cpu == 0) of_scan_flat_dt(scan_cache, NULL); in cpu_probe()
|
/Linux-v5.4/include/linux/ |
D | of_fdt.h | 45 extern int of_scan_flat_dt(int (*it)(unsigned long node, const char *uname,
|
/Linux-v5.4/drivers/of/ |
D | fdt.c | 602 of_scan_flat_dt(__fdt_scan_reserved_mem, NULL); in early_init_fdt_scan_reserved_mem() 629 int __init of_scan_flat_dt(int (*it)(unsigned long node, in of_scan_flat_dt() function 1194 rc = of_scan_flat_dt(early_init_dt_scan_chosen, boot_command_line); in early_init_dt_scan_nodes() 1199 of_scan_flat_dt(early_init_dt_scan_root, NULL); in early_init_dt_scan_nodes() 1202 of_scan_flat_dt(early_init_dt_scan_memory, NULL); in early_init_dt_scan_nodes()
|
/Linux-v5.4/arch/powerpc/platforms/pseries/ |
D | firmware.c | 177 of_scan_flat_dt(probe_fw_features, NULL); in pseries_probe_fw_features()
|
/Linux-v5.4/arch/arm/mach-exynos/ |
D | exynos.c | 86 of_scan_flat_dt(exynos_fdt_map_chipid, NULL); in exynos_init_io()
|
/Linux-v5.4/arch/arm/mach-mvebu/ |
D | board-v7.c | 100 of_scan_flat_dt(mvebu_scan_mem, NULL); in mvebu_memblock_reserve()
|
/Linux-v5.4/arch/arm64/kernel/ |
D | acpi.c | 208 of_scan_flat_dt(dt_scan_depth1_nodes, NULL))) in acpi_boot_table_init()
|
/Linux-v5.4/arch/arm64/mm/ |
D | init.c | 152 of_scan_flat_dt(early_init_dt_scan_elfcorehdr, NULL); in reserve_elfcorehdr() 302 of_scan_flat_dt(early_init_dt_scan_usablemem, ®); in fdt_enforce_memory_region()
|
/Linux-v5.4/arch/arm/mach-shmobile/ |
D | setup-rcar-gen2.c | 185 of_scan_flat_dt(rcar_gen2_scan_mem, &mrc); in rcar_gen2_reserve()
|
/Linux-v5.4/arch/powerpc/mm/book3s64/ |
D | hash_utils.c | 566 rc = of_scan_flat_dt(htab_dt_scan_page_sizes, NULL); in htab_scan_page_sizes() 579 of_scan_flat_dt(htab_dt_scan_hugepage_blocks, NULL); in htab_scan_page_sizes() 752 of_scan_flat_dt(htab_dt_scan_pftsize, NULL); in htab_get_table_size() 968 of_scan_flat_dt(htab_dt_scan_seg_sizes, NULL); in hash__early_init_devtree()
|
D | radix_pgtable.c | 478 rc = of_scan_flat_dt(radix_dt_scan_page_sizes, NULL); in radix__early_init_devtree()
|
/Linux-v5.4/arch/arm/xen/ |
D | enlighten.c | 247 of_scan_flat_dt(fdt_find_hyper_node, NULL); in xen_early_init()
|
/Linux-v5.4/arch/xtensa/kernel/ |
D | setup.c | 230 of_scan_flat_dt(xtensa_dt_io_area, NULL); in early_init_devtree()
|
/Linux-v5.4/Documentation/devicetree/ |
D | usage-model.txt | 201 During early boot, the architecture setup code calls of_scan_flat_dt() 203 data before paging is setup. The of_scan_flat_dt() code scans through
|
D | booting-without-of.txt | 1214 file drivers/of/fdt.c. Look at the of_scan_flat_dt() function,
|
/Linux-v5.4/drivers/firmware/efi/ |
D | efi.c | 792 ret = of_scan_flat_dt(fdt_find_uefi_params, &info); in efi_get_fdt_params()
|