Searched refs:of_scan_flat_dt (Results 1 – 18 of 18) sorted by relevance
| /linux-4.4.14/arch/powerpc/kernel/ |
| D | prom.c | 658 of_scan_flat_dt(early_init_dt_scan_rtas, NULL); in early_init_devtree() 663 of_scan_flat_dt(early_init_dt_scan_opal, NULL); in early_init_devtree() 668 of_scan_flat_dt(early_init_dt_scan_fw_dump, NULL); in early_init_devtree() 675 of_scan_flat_dt(early_init_dt_scan_chosen_ppc, boot_command_line); in early_init_devtree() 678 of_scan_flat_dt(early_init_dt_scan_root, NULL); in early_init_devtree() 679 of_scan_flat_dt(early_init_dt_scan_memory_ppc, NULL); in early_init_devtree() 723 of_scan_flat_dt(early_init_dt_scan_cpus, NULL); in early_init_devtree() 738 of_scan_flat_dt(early_init_dt_scan_recoverable_ranges, NULL); in early_init_devtree() 759 of_scan_flat_dt(early_init_dt_scan_root, NULL); in early_get_first_memblock_info() 760 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.4.14/arch/mips/ralink/ |
| D | of.c | 77 of_scan_flat_dt(early_init_dt_find_memory, NULL); in plat_mem_setup() 79 of_scan_flat_dt(early_init_dt_scan_memory, NULL); in plat_mem_setup()
|
| /linux-4.4.14/arch/arm/mach-exynos/ |
| D | exynos.c | 161 of_scan_flat_dt(exynos_fdt_map_chipid, NULL); in exynos_init_io() 305 if (of_scan_flat_dt(s5p_fdt_alloc_mfc_mem, mfc_mem[i])) in exynos_reserve()
|
| /linux-4.4.14/arch/arm/mach-s5pv210/ |
| D | s5pv210.c | 52 of_scan_flat_dt(s5pv210_fdt_map_sys, NULL); in s5pv210_dt_map_io()
|
| /linux-4.4.14/arch/nios2/kernel/ |
| D | prom.c | 110 if (of_scan_flat_dt(early_init_dt_scan_serial, &base)) in of_early_console()
|
| /linux-4.4.14/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.4.14/drivers/of/ |
| D | fdt.c | 599 of_scan_flat_dt(__fdt_scan_reserved_mem, NULL); in early_init_fdt_scan_reserved_mem() 626 int __init of_scan_flat_dt(int (*it)(unsigned long node, in of_scan_flat_dt() function 1081 of_scan_flat_dt(early_init_dt_scan_chosen, boot_command_line); in early_init_dt_scan_nodes() 1084 of_scan_flat_dt(early_init_dt_scan_root, NULL); in early_init_dt_scan_nodes() 1087 of_scan_flat_dt(early_init_dt_scan_memory, NULL); in early_init_dt_scan_nodes()
|
| /linux-4.4.14/include/linux/ |
| D | of_fdt.h | 52 extern int of_scan_flat_dt(int (*it)(unsigned long node, const char *uname,
|
| /linux-4.4.14/arch/arm64/kernel/ |
| D | acpi.c | 191 (!param_acpi_force && of_scan_flat_dt(dt_scan_depth1_nodes, NULL))) in acpi_boot_table_init()
|
| /linux-4.4.14/arch/arm/mach-shmobile/ |
| D | setup-rcar-gen2.c | 195 of_scan_flat_dt(rcar_gen2_scan_mem, &mrc); in rcar_gen2_reserve()
|
| /linux-4.4.14/arch/arm/mach-mvebu/ |
| D | board-v7.c | 101 of_scan_flat_dt(mvebu_scan_mem, NULL); in mvebu_memblock_reserve()
|
| /linux-4.4.14/arch/powerpc/mm/ |
| D | hash_utils_64.c | 300 of_scan_flat_dt(htab_dt_scan_seg_sizes, NULL); in htab_init_seg_sizes() 487 rc = of_scan_flat_dt(htab_dt_scan_page_sizes, NULL); in htab_init_page_sizes() 567 of_scan_flat_dt(htab_dt_scan_hugepage_blocks, NULL); in htab_init_page_sizes() 600 of_scan_flat_dt(htab_dt_scan_pftsize, NULL); in htab_get_table_size()
|
| /linux-4.4.14/arch/xtensa/kernel/ |
| D | setup.c | 249 of_scan_flat_dt(xtensa_dt_io_area, NULL); in early_init_devtree()
|
| /linux-4.4.14/arch/powerpc/platforms/pseries/ |
| D | setup.c | 792 of_scan_flat_dt(pseries_probe_fw_features, NULL); in pSeries_probe()
|
| /linux-4.4.14/drivers/firmware/efi/ |
| D | efi.c | 563 ret = of_scan_flat_dt(fdt_find_uefi_params, &info); in efi_get_fdt_params()
|
| /linux-4.4.14/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 | 1194 file drivers/of/fdt.c. Look at the of_scan_flat_dt() function,
|