Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kernel/
Dprom.c660 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()
Depapr_paravirt.c70 of_scan_flat_dt(early_init_dt_scan_epapr, NULL); in epapr_paravirt_early_init()
/linux-4.1.27/arch/mips/ralink/
Dof.c79 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/
Dexynos.c161 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/
Ds5pv210.c52 of_scan_flat_dt(s5pv210_fdt_map_sys, NULL); in s5pv210_dt_map_io()
/linux-4.1.27/arch/nios2/kernel/
Dprom.c110 if (of_scan_flat_dt(early_init_dt_scan_serial, &base)) in of_early_console()
/linux-4.1.27/arch/microblaze/kernel/
Dprom.c97 return of_scan_flat_dt(early_init_dt_scan_chosen_serial, version); in of_early_console()
/linux-4.1.27/drivers/of/
Dfdt.c596 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/
Dof_fdt.h52 extern int of_scan_flat_dt(int (*it)(unsigned long node, const char *uname,
/linux-4.1.27/arch/arm/mach-shmobile/
Dsetup-rcar-gen2.c197 of_scan_flat_dt(rcar_gen2_scan_mem, &mrc); in rcar_gen2_reserve()
/linux-4.1.27/arch/arm/mach-mvebu/
Dboard-v7.c103 of_scan_flat_dt(mvebu_scan_mem, NULL); in mvebu_memblock_reserve()
/linux-4.1.27/arch/arm64/kernel/
Dacpi.c299 (!param_acpi_force && of_scan_flat_dt(dt_scan_depth1_nodes, NULL))) in acpi_boot_table_init()
/linux-4.1.27/arch/powerpc/mm/
Dhash_utils_64.c299 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/
Dsetup.c249 of_scan_flat_dt(xtensa_dt_io_area, NULL); in early_init_devtree()
/linux-4.1.27/drivers/firmware/efi/
Defi.c456 ret = of_scan_flat_dt(fdt_find_uefi_params, &info); in efi_get_fdt_params()
/linux-4.1.27/arch/powerpc/platforms/pseries/
Dsetup.c800 of_scan_flat_dt(pseries_probe_fw_features, NULL); in pSeries_probe()
/linux-4.1.27/Documentation/devicetree/
Dusage-model.txt201 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
Dbooting-without-of.txt1190 file drivers/of/fdt.c. Look at the of_scan_flat_dt() function,