Searched refs:get_node_by_phandle (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/dtc/
H A Dlivetree.c263 struct node *get_node_by_phandle(struct node *tree, cell_t phandle) function
273 node = get_node_by_phandle(child, phandle);
298 while (get_node_by_phandle(root, phandle))
H A Ddtc.h192 struct node *get_node_by_phandle(struct node *tree, cell_t phandle);
H A Dchecks.c305 other = get_node_by_phandle(root, phandle);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/dtc/
H A Dlivetree.c263 struct node *get_node_by_phandle(struct node *tree, cell_t phandle) function
273 node = get_node_by_phandle(child, phandle);
298 while (get_node_by_phandle(root, phandle))
H A Ddtc.h192 struct node *get_node_by_phandle(struct node *tree, cell_t phandle);
H A Dchecks.c305 other = get_node_by_phandle(root, phandle);

Completed in 140 milliseconds