Searched refs:fdt_subnode_offset (Results 1 – 6 of 6) sorted by relevance
/optee_os/core/lib/libfdt/ |
A D | fdt_overlay.c | 289 tree_child = fdt_subnode_offset(fdto, tree_node, in overlay_update_local_node_references() 587 nnode = fdt_subnode_offset(fdt, target, name); in overlay_apply_node() 631 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_merge() 707 ov_sym = fdt_subnode_offset(fdto, 0, "__symbols__"); in overlay_symbol_update() 713 root_sym = fdt_subnode_offset(fdt, 0, "__symbols__"); in overlay_symbol_update() 776 ret = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_symbol_update()
|
A D | fdt_ro.c | 230 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset() function
|
/optee_os/core/arch/arm/plat-stm32mp1/drivers/ |
A D | stm32mp1_pmic.c | 268 regu_state_node = fdt_subnode_offset(fdt, regu_node, lp_state); in dt_get_regu_low_power_config() 427 regulators_node = fdt_subnode_offset(fdt, pmic_node, "regulators"); in parse_regulator_fdt_nodes()
|
/optee_os/core/lib/libfdt/include/ |
A D | libfdt.h | 477 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
|
/optee_os/core/drivers/clk/ |
A D | clk-stm32mp15.c | 1273 node = fdt_subnode_offset(fdt, node, name); in stm32mp1_clk_fdt_init()
|
/optee_os/out/arm/core/ |
A D | tee.map | 8546 .text.fdt_subnode_offset
|
Completed in 66 milliseconds