Searched refs:fdt_first_subnode (Results 1 – 6 of 6) sorted by relevance
25 fdt fdt_first_subnode
137 if (fdt_first_subnode(hw_config_dtb, core_node) < 0) { in fconf_populate_topology()
202 int fdt_first_subnode(const void *fdt, int offset);240 for (node = fdt_first_subnode(fdt, parent); \
283 int fdt_first_subnode(const void *fdt, int offset) in fdt_first_subnode() function
113 for (offs = fdt_first_subnode(fdt, offset); offs >= 0; in dt_update_one_cpu_node()
Completed in 7 milliseconds