Searched refs:fdt_path_offset (Results 1 – 15 of 15) sorted by relevance
/tf-a-ffa_el3_spmc/common/ |
A D | fdt_fixup.c | 68 if (fdt_path_offset(fdt, "/psci") >= 0) { in dt_add_psci_node() 73 offs = fdt_path_offset(fdt, "/"); in dt_add_psci_node() 163 offs = fdt_path_offset(fdt, "/cpus"); in dt_add_psci_cpu_enable_methods() 199 int offs = fdt_path_offset(dtb, "/reserved-memory"); in fdt_add_reserved_memory() 342 if (fdt_path_offset(dtb, "/cpus") >= 0) { in fdt_add_cpus_node()
|
A D | fdt_wrappers.c | 345 node = fdt_path_offset(dtb, "/secure-chosen"); in fdt_get_stdout_node_offset() 347 node = fdt_path_offset(dtb, "/chosen"); in fdt_get_stdout_node_offset() 377 return fdt_path_offset(dtb, path); in fdt_get_stdout_node_offset()
|
/tf-a-ffa_el3_spmc/drivers/st/clk/ |
A D | stm32mp_clkfunc.c | 32 node = fdt_path_offset(fdt, "/clocks"); in fdt_osc_read_freq() 85 node = fdt_path_offset(fdt, "/clocks"); in fdt_osc_read_bool() 133 node = fdt_path_offset(fdt, "/clocks"); in fdt_osc_read_uint32_default()
|
/tf-a-ffa_el3_spmc/plat/arm/board/fvp/fconf/ |
A D | fconf_hw_config_getter.c | 90 node = fdt_path_offset(hw_config_dtb, "/cpus"); in fconf_populate_topology() 203 uart_node = fdt_path_offset(hw_config_dtb, path); in fconf_populate_uart_config()
|
/tf-a-ffa_el3_spmc/lib/libfdt/ |
A D | fdt_overlay.c | 75 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()
|
A D | fdt_ro.c | 268 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()
|
/tf-a-ffa_el3_spmc/plat/arm/board/fvp/ |
A D | jmptbl.i | 27 fdt fdt_path_offset
|
/tf-a-ffa_el3_spmc/plat/arm/board/juno/ |
A D | jmptbl.i | 30 fdt fdt_path_offset
|
/tf-a-ffa_el3_spmc/plat/qemu/common/ |
A D | qemu_spm.c | 100 node = fdt_path_offset(fdt, "/memory"); in dt_add_ns_buf_node()
|
/tf-a-ffa_el3_spmc/plat/st/stm32mp1/ |
A D | stm32mp1_private.c | 148 return fdt_path_offset(fdt, "/soc/pin-controller"); in stm32_get_gpio_bank_pinctrl_node() 150 return fdt_path_offset(fdt, "/soc/pin-controller-z"); in stm32_get_gpio_bank_pinctrl_node()
|
/tf-a-ffa_el3_spmc/plat/rockchip/common/ |
A D | params_setup.c | 62 node_offset = fdt_path_offset(fdt, path_name); in plat_rockchip_dt_process_fdt_uart()
|
/tf-a-ffa_el3_spmc/plat/arm/board/arm_fpga/ |
A D | fpga_bl31_setup.c | 155 chosen = fdt_path_offset(fdt, "/chosen"); in fpga_prepare_dtb()
|
/tf-a-ffa_el3_spmc/plat/rpi/rpi4/ |
A D | rpi4_bl31_setup.c | 282 offs = fdt_path_offset(dtb, "/chosen"); in rpi4_prepare_dtb()
|
/tf-a-ffa_el3_spmc/plat/st/common/ |
A D | stm32mp_dt.c | 277 int node = fdt_path_offset(fdt, "/"); in dt_get_board_model()
|
/tf-a-ffa_el3_spmc/include/lib/libfdt/ |
A D | libfdt.h | 520 int fdt_path_offset(const void *fdt, const char *path);
|
Completed in 33 milliseconds