Searched refs:of_find_matching_node (Results 1 – 1 of 1) sorted by relevance
929 static inline struct device_node *of_find_matching_node( in of_find_matching_node() function1455 for (dn = of_find_matching_node(NULL, matches); dn; \1456 dn = of_find_matching_node(dn, matches))