Searched refs:of_scan_flat_dt (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/arch/powerpc/kernel/ |
D | prom.c | 660 of_scan_flat_dt(early_init_dt_scan_rtas, NULL); in early_init_devtree() 665 of_scan_flat_dt(early_init_dt_scan_opal, NULL); in early_init_devtree() 670 of_scan_flat_dt(early_init_dt_scan_fw_dump, NULL); in early_init_devtree() 677 of_scan_flat_dt(early_init_dt_scan_chosen_ppc, boot_command_line); in early_init_devtree() 680 of_scan_flat_dt(early_init_dt_scan_root, NULL); in early_init_devtree() 681 of_scan_flat_dt(early_init_dt_scan_memory_ppc, NULL); in early_init_devtree() 725 of_scan_flat_dt(early_init_dt_scan_cpus, NULL); in early_init_devtree() 740 of_scan_flat_dt(early_init_dt_scan_recoverable_ranges, NULL); in early_init_devtree() 761 of_scan_flat_dt(early_init_dt_scan_root, NULL); in early_get_first_memblock_info() 762 of_scan_flat_dt(early_init_dt_scan_memory_ppc, NULL); in early_get_first_memblock_info()
|
D | epapr_paravirt.c | 70 of_scan_flat_dt(early_init_dt_scan_epapr, NULL); in epapr_paravirt_early_init()
|
/linux-4.1.27/arch/mips/ralink/ |
D | of.c | 79 of_scan_flat_dt(early_init_dt_find_memory, NULL); in plat_mem_setup() 81 of_scan_flat_dt(early_init_dt_scan_memory, NULL); in plat_mem_setup()
|
/linux-4.1.27/arch/arm/mach-exynos/ |
D | exynos.c | 161 of_scan_flat_dt(exynos_fdt_map_chipid, NULL); in exynos_init_io() 281 if (of_scan_flat_dt(s5p_fdt_alloc_mfc_mem, mfc_mem[i])) in exynos_reserve()
|
/linux-4.1.27/arch/arm/mach-s5pv210/ |
D | s5pv210.c | 52 of_scan_flat_dt(s5pv210_fdt_map_sys, NULL); in s5pv210_dt_map_io()
|
/linux-4.1.27/arch/nios2/kernel/ |
D | prom.c | 110 if (of_scan_flat_dt(early_init_dt_scan_serial, &base)) in of_early_console()
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | prom.c | 97 return of_scan_flat_dt(early_init_dt_scan_chosen_serial, version); in of_early_console()
|
/linux-4.1.27/drivers/of/ |
D | fdt.c | 596 of_scan_flat_dt(__fdt_scan_reserved_mem, NULL); in early_init_fdt_scan_reserved_mem() 609 int __init of_scan_flat_dt(int (*it)(unsigned long node, in of_scan_flat_dt() function 1049 of_scan_flat_dt(early_init_dt_scan_chosen, boot_command_line); in early_init_dt_scan_nodes() 1052 of_scan_flat_dt(early_init_dt_scan_root, NULL); in early_init_dt_scan_nodes() 1055 of_scan_flat_dt(early_init_dt_scan_memory, NULL); in early_init_dt_scan_nodes()
|
/linux-4.1.27/include/linux/ |
D | of_fdt.h | 52 extern int of_scan_flat_dt(int (*it)(unsigned long node, const char *uname,
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | setup-rcar-gen2.c | 197 of_scan_flat_dt(rcar_gen2_scan_mem, &mrc); in rcar_gen2_reserve()
|
/linux-4.1.27/arch/arm/mach-mvebu/ |
D | board-v7.c | 103 of_scan_flat_dt(mvebu_scan_mem, NULL); in mvebu_memblock_reserve()
|
/linux-4.1.27/arch/arm64/kernel/ |
D | acpi.c | 299 (!param_acpi_force && of_scan_flat_dt(dt_scan_depth1_nodes, NULL))) in acpi_boot_table_init()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | hash_utils_64.c | 299 of_scan_flat_dt(htab_dt_scan_seg_sizes, NULL); in htab_init_seg_sizes() 486 rc = of_scan_flat_dt(htab_dt_scan_page_sizes, NULL); in htab_init_page_sizes() 566 of_scan_flat_dt(htab_dt_scan_hugepage_blocks, NULL); in htab_init_page_sizes() 599 of_scan_flat_dt(htab_dt_scan_pftsize, NULL); in htab_get_table_size()
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | setup.c | 249 of_scan_flat_dt(xtensa_dt_io_area, NULL); in early_init_devtree()
|
/linux-4.1.27/drivers/firmware/efi/ |
D | efi.c | 456 ret = of_scan_flat_dt(fdt_find_uefi_params, &info); in efi_get_fdt_params()
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | setup.c | 800 of_scan_flat_dt(pseries_probe_fw_features, NULL); in pSeries_probe()
|
/linux-4.1.27/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 | 1190 file drivers/of/fdt.c. Look at the of_scan_flat_dt() function,
|