Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dlivetree.c394 struct node *get_node_by_phandle(struct node *tree, cell_t phandle) in get_node_by_phandle() function
404 node = get_node_by_phandle(child, phandle); in get_node_by_phandle()
427 while (get_node_by_phandle(root, phandle)) in get_node_phandle()
H A Ddtc.h192 struct node *get_node_by_phandle(struct node *tree, cell_t phandle);
H A Dchecks.c385 other = get_node_by_phandle(root, phandle); in check_explicit_phandles()