Searched refs:next_resource (Results 1 – 1 of 1) sorted by relevance
64 static struct resource *next_resource(struct resource *p, bool sibling_only) in next_resource() function81 return (void *)next_resource(p, false); in r_next()356 for (p = iomem_resource.child; p; p = next_resource(p, siblings_only)) { in find_next_iomem_res()