Home
last modified time | relevance | path

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

/include/linux/
Dof.h929 static inline struct device_node *of_find_matching_node( in of_find_matching_node() function
1455 for (dn = of_find_matching_node(NULL, matches); dn; \
1456 dn = of_find_matching_node(dn, matches))