Home
last modified time | relevance | path

Searched refs:fdt_path_offset (Results 1 – 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
Docteon-platform.c708 aliases = fdt_path_offset(initial_boot_params, "/aliases"); in octeon_fill_mac_addresses()
728 mgmt = fdt_path_offset(initial_boot_params, alias_prop); in octeon_fill_mac_addresses()
738 pip = fdt_path_offset(initial_boot_params, alias_prop); in octeon_fill_mac_addresses()
780 aliases = fdt_path_offset(initial_boot_params, "/aliases"); in octeon_prune_device_tree()
804 mgmt = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree()
822 int pip = fdt_path_offset(initial_boot_params, pip_path); in octeon_prune_device_tree()
847 i2c = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree()
877 i2c = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree()
905 uart = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree()
937 int cf = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree()
[all …]
/kernel/linux/linux-5.10/arch/mips/generic/
Dyamon-dt.c25 chosen_off = fdt_path_offset(fdt, "/chosen"); in yamon_dt_append_cmdline()
122 mem_off = fdt_path_offset(fdt, "/memory"); in yamon_dt_append_memory()
216 chosen_off = fdt_path_offset(fdt, "/chosen"); in yamon_dt_serial_config()
Dboard-ingenic.c54 fdt_path_offset(fdt, "/memory") < 0) in ingenic_fixup_fdt()
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
Dkaslr_booke.c47 int node = fdt_path_offset(fdt, "/chosen"); in kaslr_get_cmdline()
87 node = fdt_path_offset(fdt, "/chosen"); in get_kaslr_seed()
206 node = fdt_path_offset(fdt, "/chosen"); in get_initrd_range()
325 regions.reserved_mem = fdt_path_offset(dt_ptr, "/reserved-memory"); in kaslr_choose_location()
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dkaslr.c40 node = fdt_path_offset(fdt, "/chosen"); in get_kaslr_seed()
61 node = fdt_path_offset(fdt, "/chosen"); in kaslr_get_cmdline()
Dmachine_kexec_file.c59 ret = fdt_path_offset(dtb, "/chosen"); in setup_dtb()
/kernel/linux/linux-5.10/scripts/dtc/libfdt/
Dfdt_overlay.c75 ret = fdt_path_offset(fdt, path); in overlay_get_target()
329 fixups = fdt_path_offset(fdto, "/__local_fixups__"); in overlay_update_local_references()
388 symbol_off = fdt_path_offset(fdt, symbol_path); in overlay_fixup_one_phandle()
516 fixups_off = fdt_path_offset(fdto, "/__fixups__"); in overlay_fixup_phandles()
523 symbols_off = fdt_path_offset(fdt, "/__symbols__"); in overlay_fixup_phandles()
Dfdt_ro.c268 offset = fdt_path_offset(fdt, p); in fdt_path_offset_namelen()
295 int fdt_path_offset(const void *fdt, const char *path) in fdt_path_offset() function
530 aliasoffset = fdt_path_offset(fdt, "/aliases"); in fdt_get_alias_namelen()
/kernel/linux/linux-5.10/arch/powerpc/kexec/
Dfile_load.c170 chosen_node = fdt_path_offset(fdt, "/chosen"); in setup_new_fdt()
172 chosen_node = fdt_add_subnode(fdt, fdt_path_offset(fdt, "/"), in setup_new_fdt()
Dfile_load_64.c578 node = fdt_path_offset(fdt, path); in add_usable_mem_property()
660 node = fdt_path_offset(fdt, "/ibm,dynamic-reconfiguration-memory"); in update_usable_mem_fdt()
1002 cpus_offset = fdt_path_offset(fdt, "/cpus"); in update_cpus_node()
1018 cpus_offset = fdt_add_subnode(fdt, fdt_path_offset(fdt, "/"), "cpus"); in update_cpus_node()
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
Datags_to_fdt.c16 int offset = fdt_path_offset(fdt, node_path); in node_offset()
53 int offset = fdt_path_offset(fdt, node_path); in getprop()
Dkaslr.c227 mem_node = fdt_path_offset(fdt, "/memory"); in get_memory_end()
339 chosen = fdt_path_offset(fdt, "/chosen"); in kaslr_early_init()
432 regions.reserved_mem = fdt_path_offset(fdt, "/reserved-memory"); in kaslr_early_init()
/kernel/linux/linux-5.10/scripts/dtc/
Dfdtput.c126 node = fdt_path_offset(blob, node_name); in store_key_value()
205 node = fdt_path_offset(blob, node_name); in create_node()
Dfdtget.c248 node = fdt_path_offset(blob, arg[i]); in do_fdtget()
/kernel/linux/linux-5.10/arch/mips/mti-malta/
Dmalta-dtshim.c144 mem_off = fdt_path_offset(fdt, "/memory"); in append_memory()
313 root_off = fdt_path_offset(fdt_buf, "/"); in malta_dt_shim()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
Driscv-stub.c38 chosen_node = fdt_path_offset(fdt, "/chosen"); in get_boot_hartid_from_fdt()
Dfdt.c23 offset = fdt_path_offset(fdt, "/"); in fdt_update_cell_size()
165 int node = fdt_path_offset(fdt, "/chosen"); in update_fdt_memmap()
/kernel/linux/linux-5.10/arch/powerpc/boot/
Dsimpleboot.c37 node = fdt_path_offset(_dtb_start, "/"); in platform_init()
Dlibfdt-wrapper.c64 return offset_devp(fdt_path_offset(fdt, path)); in fdt_wrapper_finddevice()
/kernel/linux/linux-5.10/drivers/firmware/efi/
Dfdtparams.c105 node = fdt_path_offset(fdt, dt_params[i].path); in efi_get_fdt_params()
/kernel/linux/linux-5.10/drivers/of/
Dfdt.c54 root_offset = fdt_path_offset(initial_boot_params, "/"); in of_fdt_limit_memory()
70 memory = fdt_path_offset(initial_boot_params, "/memory"); in of_fdt_limit_memory()
912 offset = fdt_path_offset(fdt, "/chosen"); in early_init_dt_scan_chosen_stdout()
914 offset = fdt_path_offset(fdt, "/chosen@0"); in early_init_dt_scan_chosen_stdout()
/kernel/linux/linux-5.10/arch/arc/plat-axs10x/
Daxs10x.c316 int off = fdt_path_offset(initial_boot_params, "/cpu_card/core_clk"); in axs103_early_init()
/kernel/linux/linux-5.10/arch/arc/plat-hsdk/
Dplatform.c95 node = fdt_path_offset(fdt, path); in hsdk_tweak_node_coherency()
/kernel/linux/linux-5.10/arch/mips/kernel/
Drelocate.c225 node = fdt_path_offset(initial_boot_params, "/chosen"); in get_random_boot()
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
D8250_ingenic.c79 offset = fdt_path_offset(fdt, "/ext"); in ingenic_early_console_setup_clock()

12