Home
last modified time | relevance | path

Searched refs:of_scan_flat_dt (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dprom.c727 of_scan_flat_dt(early_init_dt_scan_rtas, NULL); in early_init_devtree()
732 of_scan_flat_dt(early_init_dt_scan_opal, NULL); in early_init_devtree()
735 of_scan_flat_dt(early_init_dt_scan_ultravisor, NULL); in early_init_devtree()
740 of_scan_flat_dt(early_init_dt_scan_fw_dump, NULL); in early_init_devtree()
747 of_scan_flat_dt(early_init_dt_scan_chosen_ppc, boot_command_line); in early_init_devtree()
750 of_scan_flat_dt(early_init_dt_scan_root, NULL); in early_init_devtree()
751 of_scan_flat_dt(early_init_dt_scan_memory_ppc, NULL); in early_init_devtree()
809 of_scan_flat_dt(early_init_dt_scan_cpus, NULL); in early_init_devtree()
828 of_scan_flat_dt(early_init_dt_scan_recoverable_ranges, NULL); in early_init_devtree()
866 of_scan_flat_dt(early_init_dt_scan_root, NULL); in early_get_first_memblock_info()
[all …]
H A Depapr_paravirt.c59 of_scan_flat_dt(early_init_dt_scan_epapr, NULL); in epapr_paravirt_early_init()
H A Ddt_cpu_ftrs.c881 if (!of_scan_flat_dt(fdt_find_cpu_features, NULL)) in dt_cpu_ftrs_init()
1137 of_scan_flat_dt(dt_cpu_ftrs_scan_callback, NULL); in dt_cpu_ftrs_scan()
/OK3568_Linux_fs/kernel/arch/mips/ralink/
H A Dof.c85 of_scan_flat_dt(early_init_dt_find_memory, NULL); in plat_mem_setup()
87 of_scan_flat_dt(early_init_dt_scan_memory, NULL); in plat_mem_setup()
/OK3568_Linux_fs/kernel/drivers/of/
H A Dfdt.c602 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
1225 rc = of_scan_flat_dt(early_init_dt_scan_chosen, boot_command_line); in early_init_dt_scan_nodes()
1230 of_scan_flat_dt(early_init_dt_scan_root, NULL); in early_init_dt_scan_nodes()
1233 of_scan_flat_dt(early_init_dt_scan_memory, NULL); in early_init_dt_scan_nodes()
/OK3568_Linux_fs/kernel/arch/arm/mach-s5pv210/
H A Ds5pv210.c46 of_scan_flat_dt(s5pv210_fdt_map_sys, NULL); in s5pv210_dt_map_io()
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh2/
H A Dprobe.c48 if (cpu == 0) of_scan_flat_dt(scan_cache, NULL); in cpu_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dof_fdt.h45 extern int of_scan_flat_dt(int (*it)(unsigned long node, const char *uname,
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dinit.c189 of_scan_flat_dt(early_init_dt_scan_elfcorehdr, NULL); in reserve_elfcorehdr()
337 of_scan_flat_dt(early_init_dt_scan_usablemem, &reg); in fdt_enforce_memory_region()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dfirmware.c186 of_scan_flat_dt(probe_fw_features, NULL); in pseries_probe_fw_features()
/OK3568_Linux_fs/kernel/arch/arm/mach-mvebu/
H A Dboard-v7.c100 of_scan_flat_dt(mvebu_scan_mem, NULL); in mvebu_memblock_reserve()
/OK3568_Linux_fs/kernel/arch/arm/mach-exynos/
H A Dexynos.c97 of_scan_flat_dt(exynos_fdt_map_chipid, NULL); in exynos_init_io()
/OK3568_Linux_fs/kernel/arch/arm/mach-shmobile/
H A Dsetup-rcar-gen2.c185 of_scan_flat_dt(rcar_gen2_scan_mem, &mrc); in rcar_gen2_reserve()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dacpi.c209 of_scan_flat_dt(dt_scan_depth1_nodes, NULL))) in acpi_boot_table_init()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dhash_utils.c605 rc = of_scan_flat_dt(htab_dt_scan_page_sizes, NULL); in htab_scan_page_sizes()
618 of_scan_flat_dt(htab_dt_scan_hugepage_blocks, NULL); in htab_scan_page_sizes()
799 of_scan_flat_dt(htab_dt_scan_pftsize, NULL); in htab_get_table_size()
1025 of_scan_flat_dt(htab_dt_scan_seg_sizes, NULL); in hash__early_init_devtree()
H A Dpkeys.c76 ret = of_scan_flat_dt(dt_scan_storage_keys, &pkeys_total); in scan_pkey_feature()
H A Dradix_pgtable.c533 of_scan_flat_dt(probe_memory_block_size, &mem_block_size); in radix_memory_block_size()
555 rc = of_scan_flat_dt(radix_dt_scan_page_sizes, NULL); in radix__early_init_devtree()
/OK3568_Linux_fs/kernel/arch/arm/xen/
H A Denlighten.c255 of_scan_flat_dt(fdt_find_hyper_node, NULL); in xen_early_init()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dsetup.c229 of_scan_flat_dt(xtensa_dt_io_area, NULL); in early_init_devtree()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dsetup.c578 of_scan_flat_dt(bootcmdline_scan_chosen, &dt_bootargs); in bootcmdline_init()
/OK3568_Linux_fs/kernel/Documentation/devicetree/
H A Dusage-model.rst206 During early boot, the architecture setup code calls of_scan_flat_dt()
208 data before paging is setup. The of_scan_flat_dt() code scans through