Home
last modified time | relevance | path

Searched refs:of_find_matching_node_and_match (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dof.h273 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() function
885 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))