Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/dtc/
Dlivetree.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()
529 while (get_node_by_phandle(root, phandle)) in get_node_phandle()
Ddtc.h215 struct node *get_node_by_phandle(struct node *tree, cell_t phandle);
Dchecks.c412 other = get_node_by_phandle(root, phandle); in check_explicit_phandles()