Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/arm/board/fvp/
Djmptbl.i30 fdt fdt_subnode_offset
39 fdt fdt_subnode_offset
/trusted-firmware-a-latest/plat/arm/board/morello/
Dmorello_image_load.c71 nodeoffset_plat = fdt_subnode_offset(fdt, 0, "platform-info"); in plat_morello_append_config_node()
77 nodeoffset_fw = fdt_subnode_offset(fdt, 0, "firmware-version"); in plat_morello_append_config_node()
/trusted-firmware-a-latest/lib/libfdt/
Dfdt_overlay.c275 tree_child = fdt_subnode_offset(fdto, tree_node, in overlay_update_local_node_references()
573 nnode = fdt_subnode_offset(fdt, target, name); in overlay_apply_node()
617 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_merge()
693 ov_sym = fdt_subnode_offset(fdto, 0, "__symbols__"); in overlay_symbol_update()
699 root_sym = fdt_subnode_offset(fdt, 0, "__symbols__"); in overlay_symbol_update()
762 ret = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_symbol_update()
Dfdt_ro.c244 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset() function
/trusted-firmware-a-latest/plat/arm/board/n1sdp/
Dn1sdp_image_load.c64 nodeoffset = fdt_subnode_offset(fdt, 0, "platform-info"); in plat_n1sdp_append_config_node()
/trusted-firmware-a-latest/plat/arm/css/sgi/
Dsgi_image_load.c98 nodeoffset = fdt_subnode_offset(fdt, 0, "system-id"); in plat_sgi_append_config_node()
/trusted-firmware-a-latest/plat/arm/board/juno/
Djmptbl.i37 fdt fdt_subnode_offset
/trusted-firmware-a-latest/drivers/allwinner/axp/
Dcommon.c158 node = fdt_subnode_offset(fdt, node, "regulators"); in axp_setup_regulators()
/trusted-firmware-a-latest/plat/arm/board/fvp/fconf/
Dfconf_hw_config_getter.c131 node = fdt_subnode_offset(hw_config_dtb, node, "cpu-map"); in fconf_populate_topology()
/trusted-firmware-a-latest/drivers/st/clk/
Dstm32mp_clkfunc.c213 subnode = fdt_subnode_offset(fdt, node, name); in fdt_rcc_subnode_offset()
Dclk-stm32mp13.c2252 subnode = fdt_subnode_offset(fdt, node, name); in stm32_clk_parse_fdt_all_pll()
/trusted-firmware-a-latest/plat/st/common/
Dstm32mp_dt.c338 node = fdt_subnode_offset(fdt, node, name); in dt_find_otp_name()
/trusted-firmware-a-latest/drivers/st/pmic/
Dstm32mp_pmic.c497 regulators_node = fdt_subnode_offset(fdt, pmic_node, "regulators"); in register_pmic()
/trusted-firmware-a-latest/common/
Dfdt_wrappers.c630 offset = fdt_subnode_offset(fdt, parentoffset, name); in fdtw_find_or_add_subnode()
/trusted-firmware-a-latest/include/lib/libfdt/
Dlibfdt.h498 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);