Searched refs:rt_ofw_find_node_by_compatible (Results 1 – 3 of 3) sorted by relevance
176 struct rt_ofw_node *rt_ofw_find_node_by_compatible(struct rt_ofw_node *from, const char *compatible…381 for (np = rt_ofw_find_node_by_compatible(RT_NULL, compatible); np; \382 np = rt_ofw_find_node_by_compatible(np, compatible))
137 struct rt_ofw_node *syscon_np = rt_ofw_find_node_by_compatible(RT_NULL, compatible); in rt_syscon_find_by_ofw_compatible()
560 struct rt_ofw_node *rt_ofw_find_node_by_compatible(struct rt_ofw_node *from, const char *compatible) in rt_ofw_find_node_by_compatible() function
Completed in 16 milliseconds