HomeSort by relevance Sort by last modified time
    Searched refs:get_node_by_path (Results 1 - 3 of 3) sorted by null

  /external/dtc/
livetree.c 486 struct node *get_node_by_path(struct node *tree, const char *path) function
505 return get_node_by_path(child, p+1);
559 return get_node_by_path(tree, ref);
600 cpus = get_node_by_path(tree, "/cpus");
dtc.h 225 struct node *get_node_by_path(struct node *tree, const char *path);
checks.c 947 chosen = get_node_by_path(dt, "/chosen");

Completed in 78 milliseconds