Searched refs:dtb_node_child (Results 1 – 1 of 1) sorted by relevance
496 struct dtb_node *dtb_node_child; in dtb_node_get_dtb_node_by_name_DFS() local507 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() local538 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() local641 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