Searched refs:dtb_node_get_dtb_node_by_name_DFS (Results 1 – 3 of 3) sorted by relevance
77 bt_pins = dtb_node_get_dtb_node_by_name_DFS(dtb_node_list, "bt_pins"); in dtb_test()
494 struct dtb_node *dtb_node_get_dtb_node_by_name_DFS(struct dtb_node *dtb_node, const char *nodename) in dtb_node_get_dtb_node_by_name_DFS() function505 dtb_node_child = dtb_node_get_dtb_node_by_name_DFS(dtb_node->child, nodename); in dtb_node_get_dtb_node_by_name_DFS()
152 struct dtb_node *dtb_node_get_dtb_node_by_name_DFS(struct dtb_node *dtb_node, const char *nodename);
Completed in 5 milliseconds