Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dprom.c790 of_scan_flat_dt(early_init_dt_scan_model, NULL); in early_init_devtree()
794 of_scan_flat_dt(early_init_dt_scan_rtas, NULL); in early_init_devtree()
799 of_scan_flat_dt(early_init_dt_scan_opal, NULL); in early_init_devtree()
802 of_scan_flat_dt(early_init_dt_scan_ultravisor, NULL); in early_init_devtree()
807 of_scan_flat_dt(early_init_dt_scan_fw_dump, NULL); in early_init_devtree()
814 of_scan_flat_dt(early_init_dt_scan_chosen_ppc, boot_command_line); in early_init_devtree()
890 of_scan_flat_dt(early_init_dt_scan_cpus, NULL); in early_init_devtree()
909 of_scan_flat_dt(early_init_dt_scan_recoverable_ranges, NULL); in early_init_devtree()
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.c873 if (!of_scan_flat_dt(fdt_find_cpu_features, NULL)) in dt_cpu_ftrs_init()
1129 of_scan_flat_dt(dt_cpu_ftrs_scan_callback, NULL); in dt_cpu_ftrs_scan()
/linux/arch/arm/mach-s5pv210/
H A Ds5pv210.c46 of_scan_flat_dt(s5pv210_fdt_map_sys, NULL); in s5pv210_dt_map_io()
/linux/arch/sh/kernel/cpu/sh2/
H A Dprobe.c48 if (cpu == 0) of_scan_flat_dt(scan_cache, NULL); in cpu_probe()
/linux/include/linux/
H A Dof_fdt.h45 extern int of_scan_flat_dt(int (*it)(unsigned long node, const char *uname,
/linux/Documentation/translations/zh_CN/devicetree/
H A Dusage-model.rst162 of_scan_flat_dt()来解析设备树数据,然后进行分页设置。of_scan_flat_dt()
/linux/arch/powerpc/platforms/pseries/
H A Dfirmware.c190 of_scan_flat_dt(probe_fw_features, NULL); in pseries_probe_fw_features()
/linux/arch/arm/mach-mvebu/
H A Dboard-v7.c97 of_scan_flat_dt(mvebu_scan_mem, NULL); in mvebu_memblock_reserve()
/linux/arch/powerpc/mm/
H A Dinit_64.c618 of_scan_flat_dt(probe_memory_block_size, &memory_block_size); in early_init_memory_block_size()
633 of_scan_flat_dt(dt_scan_mmu_pid_width, NULL); in mmu_early_init_devtree()
/linux/arch/arm/mach-exynos/
H A Dexynos.c99 of_scan_flat_dt(exynos_fdt_map_chipid, NULL); in exynos_init_io()
/linux/arch/arm/mach-shmobile/
H A Dsetup-rcar-gen2.c184 of_scan_flat_dt(rcar_gen2_scan_mem, &mrc); in rcar_gen2_reserve()
/linux/arch/powerpc/mm/book3s64/
H A Dpkeys.c81 ret = of_scan_flat_dt(dt_scan_storage_keys, &pkeys_total); in scan_pkey_feature()
H A Dhash_utils.c744 rc = of_scan_flat_dt(htab_dt_scan_page_sizes, NULL); in htab_scan_page_sizes()
757 of_scan_flat_dt(htab_dt_scan_hugepage_blocks, NULL); in htab_scan_page_sizes()
938 of_scan_flat_dt(htab_dt_scan_pftsize, NULL); in htab_get_table_size()
1193 of_scan_flat_dt(htab_dt_scan_seg_sizes, NULL); in hash__early_init_devtree()
H A Dradix_pgtable.c511 rc = of_scan_flat_dt(radix_dt_scan_page_sizes, NULL); in radix__early_init_devtree()
/linux/arch/xtensa/kernel/
H A Dsetup.c220 of_scan_flat_dt(xtensa_dt_io_area, NULL); in early_init_devtree()
/linux/arch/arm/xen/
H A Denlighten.c257 of_scan_flat_dt(fdt_find_hyper_node, NULL); in xen_early_init()
/linux/arch/mips/kernel/
H A Dsetup.c585 of_scan_flat_dt(bootcmdline_scan_chosen, &dt_bootargs); in bootcmdline_init()
/linux/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
/linux/drivers/of/
H A Dfdt.c561 int __init of_scan_flat_dt(int (*it)(unsigned long node, in of_scan_flat_dt() function
/linux/arch/arm/mach-at91/
H A Dpm.c1082 of_scan_flat_dt(at91_pm_backup_scan_memcs, &located); in at91_pm_backup_init()