Home
last modified time | relevance | path

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

/linux-2.6.39/scripts/dtc/
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()
Ddtc.h192 struct node *get_node_by_phandle(struct node *tree, cell_t phandle);
Dchecks.c385 other = get_node_by_phandle(root, phandle); in check_explicit_phandles()