Home
last modified time | relevance | path

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

/linux/scripts/dtc/
H A Dlivetree.c566 struct node *get_node_by_path(struct node *tree, const char *path) in get_node_by_path() function
584 return get_node_by_path(child, p+1); in get_node_by_path()
668 target = get_node_by_path(target, path); in get_node_by_ref()
716 cpus = get_node_by_path(tree, "/cpus"); in guess_boot_cpuid()
1127 labeled_node = get_node_by_path(dti->dt, p->val.val); in generate_labels_from_tree()
1209 n = get_node_by_path(dti->dt, fv); in fixup_phandles()
H A Ddtc.h301 struct node *get_node_by_path(struct node *tree, const char *path);
H A Dchecks.c731 (!prop->val.val || !get_node_by_path(dti->dt, prop->val.val))) { in check_alias_paths()
1333 chosen = get_node_by_path(dt, "/chosen"); in check_obsolete_chosen_interrupt_controller()