Home
last modified time | relevance | path

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

/include/linux/
Dof.h305 extern struct device_node *of_find_node_with_property(
557 static inline struct device_node *of_find_node_with_property( in of_find_node_with_property() function
1489 for (dn = of_find_node_with_property(NULL, prop_name); dn; \
1490 dn = of_find_node_with_property(dn, prop_name))