Home
last modified time | relevance | path

Searched refs:fdt_subnode_offset (Results 1 – 21 of 21) sorted by relevance

/rk3399_ARM-atf/lib/libfdt/
H A Dfdt_overlay.c253 tree_child = fdt_subnode_offset(fdto, tree_node, in overlay_update_local_node_references()
598 tree_child = fdt_subnode_offset(fdto, tree_node, fixup_child_name); in overlay_update_node_conflicting_references()
685 fdtchild = fdt_subnode_offset(fdt, fdtnode, name); in overlay_prevent_phandle_overwrite_node()
724 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_prevent_phandle_overwrite()
804 nnode = fdt_subnode_offset(fdt, target, name); in overlay_apply_node()
848 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_merge()
924 ov_sym = fdt_subnode_offset(fdto, 0, "__symbols__"); in overlay_symbol_update()
930 root_sym = fdt_subnode_offset(fdt, 0, "__symbols__"); in overlay_symbol_update()
993 ret = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_symbol_update()
H A Dversion.lds11 fdt_subnode_offset;
H A Dlibfdt.h498 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
H A Dfdt_ro.c244 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset() function
/rk3399_ARM-atf/plat/arm/board/morello/
H A Dmorello_image_load.c75 nodeoffset_plat = fdt_subnode_offset(fdt, 0, "platform-info"); in plat_morello_append_config_node()
81 nodeoffset_fw = fdt_subnode_offset(fdt, 0, "firmware-version"); in plat_morello_append_config_node()
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Djmptbl.i30 fdt fdt_subnode_offset
/rk3399_ARM-atf/plat/arm/board/n1sdp/
H A Dn1sdp_image_load.c65 nodeoffset = fdt_subnode_offset(fdt, 0, "platform-info"); in plat_n1sdp_append_config_node()
/rk3399_ARM-atf/plat/arm/board/juno/
H A Djmptbl.i37 fdt fdt_subnode_offset
/rk3399_ARM-atf/plat/xilinx/common/
H A Dplat_fdt.c94 offset = fdt_subnode_offset(dtb, offset, node_name); in check_fdt_reserved_memory()
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/common/
H A Dnrd_image_load.c101 nodeoffset = fdt_subnode_offset(fdt, 0, "system-id"); in plat_nrd_append_config_node()
H A Dnrd_bl31_setup.c203 nodeoffset = fdt_subnode_offset(fdt, 0, "system-id"); in append_config_node()
/rk3399_ARM-atf/drivers/allwinner/axp/
H A Dcommon.c158 node = fdt_subnode_offset(fdt, node, "regulators"); in axp_setup_regulators()
/rk3399_ARM-atf/drivers/st/clk/
H A Dstm32mp_clkfunc.c213 subnode = fdt_subnode_offset(fdt, node, name); in fdt_rcc_subnode_offset()
H A Dclk-stm32mp13.c2283 subnode = fdt_subnode_offset(fdt, node, name); in stm32_clk_parse_fdt_all_pll()
H A Dclk-stm32mp2.c2412 subnode = fdt_subnode_offset(fdt, node, name); in stm32_clk_parse_fdt_all_pll()
H A Dstm32mp1_clk.c2766 subnode = fdt_subnode_offset(fdt, node, name); in stm32_clk_parse_fdt_all_pll()
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_dt.c342 node = fdt_subnode_offset(fdt, node, name); in dt_find_otp_name()
/rk3399_ARM-atf/plat/arm/board/fvp/fconf/
H A Dfconf_hw_config_getter.c97 node = fdt_subnode_offset(hw_config_dtb, node, "cpu-map"); in fconf_populate_topology()
/rk3399_ARM-atf/drivers/st/pmic/
H A Dstm32mp_pmic.c383 regulators_node = fdt_subnode_offset(fdt, pmic_node, "regulators"); in register_pmic()
H A Dstm32mp_pmic2.c409 regulators_node = fdt_subnode_offset(fdt, pmic_node, "regulators"); in register_pmic2()
/rk3399_ARM-atf/common/
H A Dfdt_wrappers.c643 offset = fdt_subnode_offset(fdt, parentoffset, name); in fdtw_find_or_add_subnode()