Home
last modified time | relevance | path

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

/components/legacy/fdt/src/
A Ddtb_get.c496 struct dtb_node *dtb_node_child; in dtb_node_get_dtb_node_by_name_DFS() local
507 if (dtb_node_child != NULL) in dtb_node_get_dtb_node_by_name_DFS()
509 return dtb_node_child; in dtb_node_get_dtb_node_by_name_DFS()
521 struct dtb_node *dtb_node_child, *dtb_node_head = dtb_node; in dtb_node_get_dtb_node_by_name_BFS() local
538 if (dtb_node_child != NULL) in dtb_node_get_dtb_node_by_name_BFS()
540 return dtb_node_child; in dtb_node_get_dtb_node_by_name_BFS()
630 struct dtb_node *dtb_node_child; in dtb_node_get_dtb_node_by_phandle_DFS() local
641 if (dtb_node_child != NULL) in dtb_node_get_dtb_node_by_phandle_DFS()
643 return dtb_node_child; in dtb_node_get_dtb_node_by_phandle_DFS()
672 if (dtb_node_child != NULL) in dtb_node_get_dtb_node_by_phandle_BFS()
[all …]

Completed in 3 milliseconds