Searched refs:rt_ofw_node_get (Results 1 – 4 of 4) sorted by relevance
93 rt_ofw_node_get(np); in alloc_ofw_platform_device()270 rt_ofw_node_get(ofw_node_root); in platform_ofw_device_probe()288 rt_ofw_node_get(ofw_node_chosen); in platform_ofw_device_probe()294 rt_ofw_node_get(ofw_node_chosen); in platform_ofw_device_probe()
251 struct rt_ofw_node *rt_ofw_node_get(struct rt_ofw_node *np) in rt_ofw_node_get() function533 np = rt_ofw_node_get(np); in rt_ofw_find_node_by_name()617 parent = rt_ofw_node_get(ofw_node_root); in rt_ofw_find_node_by_path()652 rt_ofw_node_get(np); in rt_ofw_find_node_by_path()683 rt_ofw_node_get(np); in rt_ofw_find_node_by_phandle()694 np = rt_ofw_node_get(np->parent); in rt_ofw_get_parent()786 np = rt_ofw_node_get(ofw_get_next_node(prev)); in rt_ofw_get_next_node()798 next = rt_ofw_node_get(prev->parent); in rt_ofw_get_next_parent()813 rt_ofw_node_get(next); in rt_ofw_get_next_child()947 if (rt_ofw_node_get(cpu_np)) in rt_ofw_get_next_cpu_node()[all …]
497 for (np = rt_ofw_node_get(np); np; np = rt_ofw_get_next_parent(np)) in rt_ofw_find_irq_parent()
142 struct rt_ofw_node *rt_ofw_node_get(struct rt_ofw_node *np);400 for (np = rt_ofw_get_next_parent(rt_ofw_node_get(np)); \
Completed in 10 milliseconds