of_find_matching_node_and_match  226 include/linux/of.h extern struct device_node *of_find_matching_node_and_match(
of_find_matching_node_and_match  591 include/linux/of.h 	return of_find_matching_node_and_match(from, matches, NULL);
of_find_matching_node_and_match  788 include/linux/of.h 	for (dn = of_find_matching_node_and_match(NULL, matches, match); \
of_find_matching_node_and_match  789 include/linux/of.h 	     dn; dn = of_find_matching_node_and_match(dn, matches, match))