Searched refs:fdt_subnode_offset (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/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-3.20.0/core/arch/arm/plat-stm32mp1/drivers/ |
A D | stm32mp1_pmic.c | 269 regu_state_node = fdt_subnode_offset(fdt, regu_node, lp_state); in dt_get_regu_low_power_config() 428 regulators_node = fdt_subnode_offset(fdt, pmic_node, "regulators"); in parse_regulator_fdt_nodes()
|
/optee_os-3.20.0/core/lib/libfdt/include/ |
A D | libfdt.h | 477 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
|
/optee_os-3.20.0/core/drivers/clk/ |
A D | clk-stm32mp13.c | 1582 subnode = fdt_subnode_offset(fdt, node, name); in stm32_clk_parse_fdt_all_pll() 1602 node = fdt_subnode_offset(fdt, node, opp_name); in stm32_clk_parse_fdt_opp() 1643 node = fdt_subnode_offset(fdt, node, "st,clk_opp"); in stm32_clk_parse_fdt_all_opp()
|
A D | clk-stm32mp15.c | 1288 node = fdt_subnode_offset(fdt, node, name); in stm32mp1_clk_fdt_init()
|
Completed in 18 milliseconds