Home
last modified time | relevance | path

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

/arch/powerpc/boot/dtc-src/
Dlivetree.c222 struct node *get_node_by_path(struct node *tree, const char *path) in get_node_by_path() function
237 return get_node_by_path(child, p+1); in get_node_by_path()
284 return get_node_by_path(tree, ref); in get_node_by_ref()
Ddtc.h190 struct node *get_node_by_path(struct node *tree, const char *path);
Dchecks.c537 chosen = get_node_by_path(dt, "/chosen"); in check_obsolete_chosen_interrupt_controller()