Home
last modified time | relevance | path

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

/components/legacy/fdt/examples/
A Dfdt_test.c78 bt_pins = dtb_node_get_dtb_node_by_name_BFS(dtb_node_list, bt_pins->name); in dtb_test()
/components/legacy/fdt/src/
A Ddtb_get.c517 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() function
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()
/components/legacy/fdt/inc/
A Ddtb_node.h153 struct dtb_node *dtb_node_get_dtb_node_by_name_BFS(struct dtb_node *dtb_node, const char *nodename);

Completed in 7 milliseconds