Searched refs:fdt_first_subnode (Results 1 – 6 of 6) sorted by relevance
26 fdt fdt_first_subnode
25 fdt fdt_first_subnode
146 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); \
287 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()