Home
last modified time | relevance | path

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

/scripts/dtc/
A Dlivetree.c513 struct node *get_node_by_path(struct node *tree, const char *path) in get_node_by_path() function
532 return get_node_by_path(child, p+1); in get_node_by_path()
616 target = get_node_by_path(target, path); in get_node_by_ref()
657 cpus = get_node_by_path(tree, "/cpus"); in guess_boot_cpuid()
A Ddtc.h229 struct node *get_node_by_path(struct node *tree, const char *path);
A Dchecks.c672 if (!prop->val.val || !get_node_by_path(dti->dt, prop->val.val)) { in check_alias_paths()
1078 chosen = get_node_by_path(dt, "/chosen"); in check_obsolete_chosen_interrupt_controller()

Completed in 8 milliseconds