Lines Matching refs:dtb_node_child
496 struct dtb_node *dtb_node_child; in dtb_node_get_dtb_node_by_name_DFS() local
505 dtb_node_child = dtb_node_get_dtb_node_by_name_DFS(dtb_node->child, nodename); in dtb_node_get_dtb_node_by_name_DFS()
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
536 dtb_node_child = dtb_node_get_dtb_node_by_name_BFS(dtb_node->child, nodename); in dtb_node_get_dtb_node_by_name_BFS()
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
639 dtb_node_child = dtb_node_get_dtb_node_by_phandle_DFS(dtb_node->child, handle); in dtb_node_get_dtb_node_by_phandle_DFS()
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()
655 struct dtb_node *dtb_node_child, *dtb_node_head = dtb_node; in dtb_node_get_dtb_node_by_phandle_BFS() local
670 dtb_node_child = dtb_node_get_dtb_node_by_phandle_BFS(dtb_node->child, handle); in dtb_node_get_dtb_node_by_phandle_BFS()
672 if (dtb_node_child != NULL) in dtb_node_get_dtb_node_by_phandle_BFS()
674 return dtb_node_child; in dtb_node_get_dtb_node_by_phandle_BFS()