Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dof.h292 extern struct device_node *of_get_next_child_with_prefix(const struct device_node *node,
558 static inline struct device_node *of_get_next_child_with_prefix( in of_get_next_child_with_prefix() function
1514 of_get_next_child_with_prefix(parent, NULL, prefix); \
1516 child = of_get_next_child_with_prefix(parent, child, prefix))
/linux/drivers/of/
H A Dbase.c707 struct device_node *of_get_next_child_with_prefix(const struct device_node *node, in of_get_next_child_with_prefix() function
729 EXPORT_SYMBOL(of_get_next_child_with_prefix);