Searched refs:dtb_node_get_dtb_node_by_name_BFS (Results 1 – 3 of 3) sorted by relevance
78 bt_pins = dtb_node_get_dtb_node_by_name_BFS(dtb_node_list, bt_pins->name); in dtb_test()
517 struct dtb_node *dtb_node_get_dtb_node_by_name_BFS(struct dtb_node *dtb_node, const char *nodename) in dtb_node_get_dtb_node_by_name_BFS() function536 dtb_node_child = dtb_node_get_dtb_node_by_name_BFS(dtb_node->child, nodename); in dtb_node_get_dtb_node_by_name_BFS()
153 struct dtb_node *dtb_node_get_dtb_node_by_name_BFS(struct dtb_node *dtb_node, const char *nodename);
Completed in 23 milliseconds