OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_node_by_phandle
(Results
1 - 2
of
2
) sorted by null
/external/dtc/
livetree.c
533
struct node *
get_node_by_phandle
(struct node *tree, cell_t phandle)
function
546
node =
get_node_by_phandle
(child, phandle);
571
while (
get_node_by_phandle
(root, phandle))
/external/u-boot/scripts/dtc/
livetree.c
540
struct node *
get_node_by_phandle
(struct node *tree, cell_t phandle)
function
556
node =
get_node_by_phandle
(child, phandle);
581
while (
get_node_by_phandle
(root, phandle))
Completed in 1361 milliseconds