Home
last modified time | relevance | path

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

/components/legacy/fdt/examples/
A Dfdt_test.c79 bt_pins = dtb_node_get_dtb_node_by_phandle_DFS(dtb_node_list, bt_pins->handle); in dtb_test()
/components/legacy/fdt/src/
A Ddtb_get.c628 struct dtb_node *dtb_node_get_dtb_node_by_phandle_DFS(struct dtb_node *dtb_node, phandle handle) in dtb_node_get_dtb_node_by_phandle_DFS() function
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()
/components/legacy/fdt/inc/
A Ddtb_node.h155 struct dtb_node *dtb_node_get_dtb_node_by_phandle_DFS(struct dtb_node *dtb_node, phandle handle);

Completed in 6 milliseconds