Searched refs:get_node_by_path (Results 1 – 3 of 3) sorted by relevance
445 struct node *get_node_by_path(struct node *tree, const char *path) in get_node_by_path() function463 return get_node_by_path(child, p+1); in get_node_by_path()515 return get_node_by_path(tree, ref); in get_node_by_ref()556 cpus = get_node_by_path(tree, "/cpus"); in guess_boot_cpuid()
214 struct node *get_node_by_path(struct node *tree, const char *path);
643 chosen = get_node_by_path(dt, "/chosen"); in check_obsolete_chosen_interrupt_controller()