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

/linux-master/scripts/dtc/
H A Dlivetree.c512 struct node *get_node_by_path(struct node *tree, const char *path) function
530 return get_node_by_path(child, p+1);
614 target = get_node_by_path(target, path);
655 cpus = get_node_by_path(tree, "/cpus");
H A Ddtc.h298 struct node *get_node_by_path(struct node *tree, const char *path);
H A Dchecks.c720 if (!prop->val.val || !get_node_by_path(dti->dt, prop->val.val)) {
1317 chosen = get_node_by_path(dt, "/chosen");

Completed in 204 milliseconds