Searched refs:of_find_matching_node_and_match (Results 1 – 1 of 1) sorted by relevance
275 extern struct device_node *of_find_matching_node_and_match(505 static inline struct device_node *of_find_matching_node_and_match( in of_find_matching_node_and_match() function933 return of_find_matching_node_and_match(from, matches, NULL); in of_find_matching_node()1458 for (dn = of_find_matching_node_and_match(NULL, matches, match); \1459 dn; dn = of_find_matching_node_and_match(dn, matches, match))