/Linux-v4.19/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 642 aliases = fdt_path_offset(initial_boot_params, "/aliases"); in octeon_fill_mac_addresses() 662 mgmt = fdt_path_offset(initial_boot_params, alias_prop); in octeon_fill_mac_addresses() 672 pip = fdt_path_offset(initial_boot_params, alias_prop); in octeon_fill_mac_addresses() 714 aliases = fdt_path_offset(initial_boot_params, "/aliases"); in octeon_prune_device_tree() 738 mgmt = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree() 756 int pip = fdt_path_offset(initial_boot_params, pip_path); in octeon_prune_device_tree() 781 i2c = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree() 811 i2c = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree() 839 uart = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree() 871 int cf = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree() [all …]
|
/Linux-v4.19/arch/mips/generic/ |
D | yamon-dt.c | 29 chosen_off = fdt_path_offset(fdt, "/chosen"); in yamon_dt_append_cmdline() 126 mem_off = fdt_path_offset(fdt, "/memory"); in yamon_dt_append_memory() 220 chosen_off = fdt_path_offset(fdt, "/chosen"); in yamon_dt_serial_config()
|
/Linux-v4.19/arch/arm64/kernel/ |
D | kaslr.c | 33 node = fdt_path_offset(fdt, "/chosen"); in get_kaslr_seed() 54 node = fdt_path_offset(fdt, "/chosen"); in get_cmdline()
|
/Linux-v4.19/scripts/dtc/libfdt/ |
D | fdt_overlay.c | 120 ret = fdt_path_offset(fdt, path); in overlay_get_target() 373 fixups = fdt_path_offset(fdto, "/__local_fixups__"); in overlay_update_local_references() 432 symbol_off = fdt_path_offset(fdt, symbol_path); in overlay_fixup_one_phandle() 560 fixups_off = fdt_path_offset(fdto, "/__fixups__"); in overlay_fixup_phandles() 567 symbols_off = fdt_path_offset(fdt, "/__symbols__"); in overlay_fixup_phandles()
|
D | fdt_ro.c | 202 offset = fdt_path_offset(fdt, p); in fdt_path_offset_namelen() 229 int fdt_path_offset(const void *fdt, const char *path) in fdt_path_offset() function 447 aliasoffset = fdt_path_offset(fdt, "/aliases"); in fdt_get_alias_namelen()
|
D | libfdt.h | 424 int fdt_path_offset(const void *fdt, const char *path);
|
/Linux-v4.19/arch/arm/boot/compressed/ |
D | atags_to_fdt.c | 15 int offset = fdt_path_offset(fdt, node_path); in node_offset() 51 int offset = fdt_path_offset(fdt, node_path); in getprop()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | machine_kexec_file_64.c | 210 chosen_node = fdt_path_offset(fdt, "/chosen"); in setup_new_fdt() 212 chosen_node = fdt_add_subnode(fdt, fdt_path_offset(fdt, "/"), in setup_new_fdt()
|
/Linux-v4.19/scripts/dtc/ |
D | fdtput.c | 140 node = fdt_path_offset(blob, node_name); in store_key_value() 219 node = fdt_path_offset(blob, node_name); in create_node()
|
D | fdtget.c | 262 node = fdt_path_offset(blob, arg[i]); in do_fdtget()
|
/Linux-v4.19/arch/mips/mti-malta/ |
D | malta-dtshim.c | 148 mem_off = fdt_path_offset(fdt, "/memory"); in append_memory() 317 root_off = fdt_path_offset(fdt_buf, "/"); in malta_dt_shim()
|
/Linux-v4.19/arch/mips/jz4740/ |
D | setup.c | 73 offset = fdt_path_offset(__dtb_start, "/memory"); in plat_mem_setup()
|
/Linux-v4.19/arch/powerpc/boot/ |
D | simpleboot.c | 40 node = fdt_path_offset(_dtb_start, "/"); in platform_init()
|
D | libfdt-wrapper.c | 78 return offset_devp(fdt_path_offset(fdt, path)); in fdt_wrapper_finddevice()
|
/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | fdt.c | 26 offset = fdt_path_offset(fdt, "/"); in fdt_update_cell_size() 172 int node = fdt_path_offset(fdt, "/chosen"); in update_fdt_memmap()
|
/Linux-v4.19/drivers/of/ |
D | fdt.c | 54 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() 948 offset = fdt_path_offset(fdt, "/chosen"); in early_init_dt_scan_chosen_stdout() 950 offset = fdt_path_offset(fdt, "/chosen@0"); in early_init_dt_scan_chosen_stdout()
|
/Linux-v4.19/arch/arc/plat-axs10x/ |
D | axs10x.c | 325 int off = fdt_path_offset(initial_boot_params, "/cpu_card/core_clk"); in axs103_early_init()
|
/Linux-v4.19/arch/mips/kernel/ |
D | relocate.c | 219 node = fdt_path_offset(initial_boot_params, "/chosen"); in get_random_boot()
|
/Linux-v4.19/drivers/tty/serial/8250/ |
D | 8250_ingenic.c | 79 offset = fdt_path_offset(fdt, "/ext"); in ingenic_early_console_setup_clock()
|