Searched refs:of_scan_flat_dt (Results 1 – 21 of 21) sorted by relevance
/linux-6.1.9/arch/powerpc/kernel/ |
D | prom.c | 763 of_scan_flat_dt(early_init_dt_scan_model, NULL); in early_init_devtree() 767 of_scan_flat_dt(early_init_dt_scan_rtas, NULL); in early_init_devtree() 772 of_scan_flat_dt(early_init_dt_scan_opal, NULL); in early_init_devtree() 775 of_scan_flat_dt(early_init_dt_scan_ultravisor, NULL); in early_init_devtree() 780 of_scan_flat_dt(early_init_dt_scan_fw_dump, NULL); in early_init_devtree() 787 of_scan_flat_dt(early_init_dt_scan_chosen_ppc, boot_command_line); in early_init_devtree() 850 of_scan_flat_dt(early_init_dt_scan_cpus, &boot_cpu_hwid); in early_init_devtree() 874 of_scan_flat_dt(early_init_dt_scan_recoverable_ranges, NULL); in early_init_devtree()
|
D | epapr_paravirt.c | 59 of_scan_flat_dt(early_init_dt_scan_epapr, NULL); in epapr_paravirt_early_init()
|
D | dt_cpu_ftrs.c | 863 if (!of_scan_flat_dt(fdt_find_cpu_features, NULL)) in dt_cpu_ftrs_init() 1119 of_scan_flat_dt(dt_cpu_ftrs_scan_callback, NULL); in dt_cpu_ftrs_scan()
|
/linux-6.1.9/arch/arm/mach-s5pv210/ |
D | s5pv210.c | 46 of_scan_flat_dt(s5pv210_fdt_map_sys, NULL); in s5pv210_dt_map_io()
|
/linux-6.1.9/include/linux/ |
D | of_fdt.h | 45 extern int of_scan_flat_dt(int (*it)(unsigned long node, const char *uname,
|
/linux-6.1.9/arch/sh/kernel/cpu/sh2/ |
D | probe.c | 48 if (cpu == 0) of_scan_flat_dt(scan_cache, NULL); in cpu_probe()
|
/linux-6.1.9/Documentation/translations/zh_CN/devicetree/ |
D | usage-model.rst | 162 of_scan_flat_dt()来解析设备树数据,然后进行分页设置。of_scan_flat_dt()
|
/linux-6.1.9/arch/powerpc/platforms/pseries/ |
D | firmware.c | 189 of_scan_flat_dt(probe_fw_features, NULL); in pseries_probe_fw_features()
|
/linux-6.1.9/arch/arm/mach-mvebu/ |
D | board-v7.c | 97 of_scan_flat_dt(mvebu_scan_mem, NULL); in mvebu_memblock_reserve()
|
/linux-6.1.9/arch/arm/mach-exynos/ |
D | exynos.c | 97 of_scan_flat_dt(exynos_fdt_map_chipid, NULL); in exynos_init_io()
|
/linux-6.1.9/arch/arm/mach-shmobile/ |
D | setup-rcar-gen2.c | 185 of_scan_flat_dt(rcar_gen2_scan_mem, &mrc); in rcar_gen2_reserve()
|
/linux-6.1.9/arch/powerpc/mm/book3s64/ |
D | pkeys.c | 81 ret = of_scan_flat_dt(dt_scan_storage_keys, &pkeys_total); in scan_pkey_feature()
|
D | hash_utils.c | 703 rc = of_scan_flat_dt(htab_dt_scan_page_sizes, NULL); in htab_scan_page_sizes() 716 of_scan_flat_dt(htab_dt_scan_hugepage_blocks, NULL); in htab_scan_page_sizes() 897 of_scan_flat_dt(htab_dt_scan_pftsize, NULL); in htab_get_table_size() 1120 of_scan_flat_dt(htab_dt_scan_seg_sizes, NULL); in hash__early_init_devtree()
|
D | radix_pgtable.c | 518 of_scan_flat_dt(probe_memory_block_size, &mem_block_size); in radix_memory_block_size() 540 rc = of_scan_flat_dt(radix_dt_scan_page_sizes, NULL); in radix__early_init_devtree()
|
/linux-6.1.9/arch/powerpc/mm/ |
D | init_64.c | 486 of_scan_flat_dt(dt_scan_mmu_pid_width, NULL); in mmu_early_init_devtree()
|
/linux-6.1.9/arch/xtensa/kernel/ |
D | setup.c | 230 of_scan_flat_dt(xtensa_dt_io_area, NULL); in early_init_devtree()
|
/linux-6.1.9/arch/arm/xen/ |
D | enlighten.c | 260 of_scan_flat_dt(fdt_find_hyper_node, NULL); in xen_early_init()
|
/linux-6.1.9/arch/mips/kernel/ |
D | setup.c | 590 of_scan_flat_dt(bootcmdline_scan_chosen, &dt_bootargs); in bootcmdline_init()
|
/linux-6.1.9/Documentation/devicetree/ |
D | usage-model.rst | 206 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-6.1.9/drivers/of/ |
D | fdt.c | 677 int __init of_scan_flat_dt(int (*it)(unsigned long node, in of_scan_flat_dt() function
|
/linux-6.1.9/arch/arm/mach-at91/ |
D | pm.c | 1083 of_scan_flat_dt(at91_pm_backup_scan_memcs, &located); in at91_pm_backup_init()
|