Searched refs:of_find_matching_node_and_match (Results 1 – 1 of 1) sorted by relevance
273 extern struct device_node *of_find_matching_node_and_match(487 static inline struct device_node *of_find_matching_node_and_match( in of_find_matching_node_and_match() function885 return of_find_matching_node_and_match(from, matches, NULL); in of_find_matching_node()1368 for (dn = of_find_matching_node_and_match(NULL, matches, match); \1369 dn; dn = of_find_matching_node_and_match(dn, matches, match))