Searched refs:fdt_subnode_offset (Results 1 – 10 of 10) sorted by relevance
| /optee_os/core/lib/libfdt/ |
| H 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()
|
| H A D | fdt_ro.c | 231 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset() function
|
| /optee_os/core/lib/scmi-server/ |
| H A D | scmi_reset_consumer.c | 43 item_node = fdt_subnode_offset(fdt, node, "resets"); in optee_scmi_server_init_resets()
|
| H A D | scmi_clock_consumer.c | 128 item_node = fdt_subnode_offset(fdt, node, "clocks"); in optee_scmi_server_init_clocks()
|
| /optee_os/core/arch/arm/plat-stm32mp1/drivers/ |
| H A D | stm32mp1_pmic.c | 183 regu_state_node = fdt_subnode_offset(fdt, regu_node, lp_state); in dt_get_regu_low_power_config() 582 regulators_node = fdt_subnode_offset(fdt, pmic_node, "regulators"); in parse_regulator_fdt_nodes()
|
| /optee_os/core/lib/libfdt/include/ |
| H A D | libfdt.h | 477 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
|
| /optee_os/core/drivers/clk/ |
| H A D | clk-stm32mp13.c | 1585 subnode = fdt_subnode_offset(fdt, node, name); in stm32_clk_parse_fdt_all_pll() 1605 node = fdt_subnode_offset(fdt, node, opp_name); in stm32_clk_parse_fdt_opp() 1646 node = fdt_subnode_offset(fdt, node, "st,clk_opp"); in stm32_clk_parse_fdt_all_opp()
|
| H A D | clk-stm32mp21.c | 1149 subnode = fdt_subnode_offset(fdt, node, name); in stm32_clk_parse_fdt_all_pll() 1172 node = fdt_subnode_offset(fdt, node, opp_name); in stm32_clk_parse_fdt_opp() 1201 node = fdt_subnode_offset(fdt, node, "st,clk_opp"); in stm32_clk_parse_fdt_all_opp()
|
| H A D | clk-stm32mp15.c | 1134 node = fdt_subnode_offset(fdt, node, name); in stm32mp1_clk_fdt_init()
|
| H A D | clk-stm32mp25.c | 1168 subnode = fdt_subnode_offset(fdt, node, name); in stm32_clk_parse_fdt_all_pll() 1187 node = fdt_subnode_offset(fdt, node, opp_name); in stm32_clk_parse_fdt_opp() 1219 node = fdt_subnode_offset(fdt, node, "st,clk_opp"); in stm32_clk_parse_fdt_all_opp()
|