Home
last modified time | relevance | path

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

12

/linux/arch/mips/cavium-octeon/
H A Docteon-platform.c710 aliases = fdt_path_offset(initial_boot_params, "/aliases"); in octeon_fill_mac_addresses()
730 mgmt = fdt_path_offset(initial_boot_params, alias_prop); in octeon_fill_mac_addresses()
740 pip = fdt_path_offset(initial_boot_params, alias_prop); in octeon_fill_mac_addresses()
782 aliases = fdt_path_offset(initial_boot_params, "/aliases"); in octeon_prune_device_tree()
806 mgmt = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree()
824 int pip = fdt_path_offset(initial_boot_params, pip_path); in octeon_prune_device_tree()
849 i2c = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree()
879 i2c = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree()
907 uart = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree()
939 int cf = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree()
[all …]
/linux/arch/mips/generic/
H A 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()
H A Dboard-ingenic.c76 offset = fdt_path_offset(fdt, "/ext"); in ingenic_force_12M_ext()
115 fdt_path_offset(fdt, "/memory") < 0) in ingenic_fixup_fdt()
H A Dboard-realtek.c19 node = fdt_path_offset(fdt, "/chosen"); in realtek_add_initrd()
/linux/arch/riscv/kernel/pi/
H A Dfdt_early.c15 node = fdt_path_offset((void *)dtb_pa, "/chosen"); in get_kaslr_seed()
167 parent = fdt_path_offset(fdt, "/cpus"); in fdt_early_match_extension_isa()
H A Dcmdline_early.c20 chosen_node = fdt_path_offset((void *)dtb_pa, "/chosen"); in get_early_cmdline()
/linux/scripts/dtc/libfdt/
H A Dfdt_overlay.c60 ret = fdt_path_offset(fdt, path); in fdt_overlay_target_offset()
292 fixups = fdt_path_offset(fdto, "/__local_fixups__"); in overlay_update_local_references()
399 symbol_off = fdt_path_offset(fdt, symbol_path); in overlay_fixup_phandle()
479 fixups_off = fdt_path_offset(fdto, "/__fixups__"); in overlay_fixup_phandles()
486 symbols_off = fdt_path_offset(fdt, "/__symbols__"); in overlay_fixup_phandles()
634 fixups = fdt_path_offset(fdto, "/__local_fixups__"); in overlay_update_local_conflicting_references()
H A Dfdt_ro.c271 offset = fdt_path_offset(fdt, p); in fdt_path_offset_namelen()
298 int fdt_path_offset(const void *fdt, const char *path) in fdt_path_offset() function
532 int offset = fdt_path_offset(fdt, path); in fdt_path_getprop_namelen()
/linux/arch/powerpc/mm/nohash/
H A Dkaslr_booke.c81 node = fdt_path_offset(fdt, "/chosen"); in get_kaslr_seed()
200 node = fdt_path_offset(fdt, "/chosen"); in get_initrd_range()
319 regions.reserved_mem = fdt_path_offset(dt_ptr, "/reserved-memory"); in kaslr_choose_location()
/linux/drivers/of/
H A Dfdt.c57 memory = fdt_path_offset(initial_boot_params, "/memory"); in of_fdt_limit_memory()
885 offset = fdt_path_offset(fdt, "/chosen"); in early_init_dt_scan_chosen_stdout()
887 offset = fdt_path_offset(fdt, "/chosen@0"); in early_init_dt_scan_chosen_stdout()
931 int node = fdt_path_offset(fdt, "/"); in early_init_dt_scan_root()
1025 node = fdt_path_offset(fdt, "/chosen"); in early_init_dt_scan_chosen()
1027 node = fdt_path_offset(fdt, "/chosen@0"); in early_init_dt_scan_chosen()
/linux/arch/arm/boot/compressed/
H A Datags_to_fdt.c17 int offset = fdt_path_offset(fdt, node_path); in node_offset()
54 int offset = fdt_path_offset(fdt, node_path); in getprop()
H A Dfdt_check_mem_start.c14 offset = fdt_path_offset(fdt, node_path); in get_prop()
/linux/scripts/dtc/
H A Dfdtput.c126 node = fdt_path_offset(blob, node_name); in store_key_value()
205 node = fdt_path_offset(blob, node_name); in create_node()
H A Dfdtget.c248 node = fdt_path_offset(blob, arg[i]); in do_fdtget()
/linux/arch/mips/mti-malta/
H A 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()
/linux/drivers/firmware/efi/libstub/
H A Dfdt.c23 offset = fdt_path_offset(fdt, "/"); in fdt_update_cell_size()
149 int node = fdt_path_offset(fdt, "/chosen"); in update_fdt_memmap()
H A Driscv.c28 chosen_node = fdt_path_offset(fdt, "/chosen"); in get_boot_hartid_from_fdt()
/linux/arch/powerpc/boot/
H A Dsimpleboot.c37 node = fdt_path_offset(_dtb_start, "/"); in platform_init()
H A Dlibfdt-wrapper.c64 return offset_devp(fdt_path_offset(fdt, path)); in fdt_wrapper_finddevice()
/linux/drivers/firmware/efi/
H A Dfdtparams.c107 node = fdt_path_offset(fdt, dt_params[i].path); in efi_get_fdt_params()
/linux/arch/arc/plat-axs10x/
H A Daxs10x.c315 int off = fdt_path_offset(initial_boot_params, "/cpu_card/core_clk"); in axs103_early_init()
/linux/arch/arm64/kernel/pi/
H A Dmap_kernel.c219 chosen = fdt_path_offset(fdt, chosen_str); in early_map_kernel()
/linux/arch/arc/plat-hsdk/
H A Dplatform.c95 node = fdt_path_offset(fdt, path); in hsdk_tweak_node_coherency()
/linux/arch/powerpc/kexec/
H A Dcore_64.c482 cpus_offset = fdt_path_offset(fdt, "/cpus"); in update_cpus_node()
/linux/drivers/tty/serial/8250/
H A D8250_ingenic.c78 offset = fdt_path_offset(fdt, "/ext"); in ingenic_early_console_setup_clock()

12