Lines Matching refs:sub_node

79 	int sub_node;  in fdt_node_populate_sub_allocators()  local
84 fdt_for_each_subnode(sub_node, fdt, alloc_node) { in fdt_node_populate_sub_allocators()
87 if (!fdt_node_is_enabled(fdt, sub_node)) { in fdt_node_populate_sub_allocators()
92 if (fdt_node_check_compatible(fdt, sub_node, "ethosn-memory") != 0) { in fdt_node_populate_sub_allocators()
96 node_name = fdt_get_name(fdt, sub_node, NULL); in fdt_node_populate_sub_allocators()
103 err = fdt_node_get_iommus_stream_id(fdt, sub_node, in fdt_node_populate_sub_allocators()
123 if ((sub_node < 0) && (sub_node != -FDT_ERR_NOTFOUND)) { in fdt_node_populate_sub_allocators()
197 int sub_node; in fdt_node_populate_core() local
209 fdt_for_each_subnode(sub_node, fdt, core_node) { in fdt_node_populate_core()
211 if (!fdt_node_is_enabled(fdt, sub_node)) { in fdt_node_populate_core()
216 sub_node, in fdt_node_populate_core()
232 err = fdt_node_populate_main_allocator(fdt, sub_node, &core->main_allocator); in fdt_node_populate_core()
240 if ((sub_node < 0) && (sub_node != -FDT_ERR_NOTFOUND)) { in fdt_node_populate_core()
270 int sub_node; in fconf_populate_ethosn_config() local
292 fdt_for_each_subnode(sub_node, hw_conf_dtb, ethosn_node) { in fconf_populate_ethosn_config()
294 if (!fdt_node_is_enabled(hw_conf_dtb, sub_node)) { in fconf_populate_ethosn_config()
300 sub_node, in fconf_populate_ethosn_config()
311 sub_node, in fconf_populate_ethosn_config()
320 sub_node, in fconf_populate_ethosn_config()
336 sub_node, in fconf_populate_ethosn_config()
347 if ((sub_node < 0) && (sub_node != -FDT_ERR_NOTFOUND)) { in fconf_populate_ethosn_config()