of_scan_flat_dt
of_scan_flat_dt(at91_pm_backup_scan_memcs, &located);
of_scan_flat_dt(exynos_fdt_map_chipid, NULL);
of_scan_flat_dt(mvebu_scan_mem, NULL);
of_scan_flat_dt(s5pv210_fdt_map_sys, NULL);
of_scan_flat_dt(fdt_find_hyper_node, NULL);
of_scan_flat_dt(bootcmdline_scan_chosen, &dt_bootargs);
of_scan_flat_dt(dt_cpu_ftrs_scan_callback, NULL);
if (!of_scan_flat_dt(fdt_find_cpu_features, NULL))
of_scan_flat_dt(early_init_dt_scan_epapr, NULL);
of_scan_flat_dt(early_init_dt_scan_model, NULL);
of_scan_flat_dt(early_init_dt_scan_rtas, NULL);
of_scan_flat_dt(early_init_dt_scan_opal, NULL);
of_scan_flat_dt(early_init_dt_scan_ultravisor, NULL);
of_scan_flat_dt(early_init_dt_scan_fw_dump, NULL);
of_scan_flat_dt(early_init_dt_scan_chosen_ppc, boot_command_line);
of_scan_flat_dt(early_init_dt_scan_cpus, NULL);
of_scan_flat_dt(early_init_dt_scan_recoverable_ranges, NULL);
rc = of_scan_flat_dt(htab_dt_scan_page_sizes, NULL);
of_scan_flat_dt(htab_dt_scan_hugepage_blocks, NULL);
of_scan_flat_dt(htab_dt_scan_pftsize, NULL);
of_scan_flat_dt(htab_dt_scan_seg_sizes, NULL);
ret = of_scan_flat_dt(dt_scan_storage_keys, &pkeys_total);
rc = of_scan_flat_dt(radix_dt_scan_page_sizes, NULL);
of_scan_flat_dt(probe_memory_block_size, &memory_block_size);
of_scan_flat_dt(dt_scan_mmu_pid_width, NULL);
of_scan_flat_dt(probe_fw_features, NULL);
if (cpu == 0) of_scan_flat_dt(scan_cache, NULL);
of_scan_flat_dt(xtensa_dt_io_area, NULL);
extern int of_scan_flat_dt(int (*it)(unsigned long node, const char *uname,