Home
last modified time | relevance | path

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

/NextBSD/contrib/dtc/
HDlivetree.c491 struct node *get_node_by_phandle(struct node *tree, cell_t phandle) in get_node_by_phandle() function
504 node = get_node_by_phandle(child, phandle); in get_node_by_phandle()
527 while (get_node_by_phandle(root, phandle)) in get_node_phandle()
HDdtc.h215 struct node *get_node_by_phandle(struct node *tree, cell_t phandle);
HDchecks.c411 other = get_node_by_phandle(root, phandle); in check_explicit_phandles()