Home
last modified time | relevance | path

Searched refs:dtb_node_get_dtb_node_by_path (Results 1 – 4 of 4) sorted by relevance

/components/legacy/fdt/examples/
A Dfdt_test.c13 …struct dtb_node *serial0 = dtb_node_get_dtb_node_by_path(dtb_node_list, "/smb@4000000/motherboard/… in dtb_test()
14 struct dtb_node *cpu = dtb_node_get_dtb_node_by_path(dtb_node_list, "/cpus"); in dtb_test()
15 …struct dtb_node *user1 = dtb_node_get_dtb_node_by_path(dtb_node_list, "/smb@4000000/motherboard/le… in dtb_test()
/components/legacy/fdt/inc/
A Ddtb_node.h154 struct dtb_node *dtb_node_get_dtb_node_by_path(struct dtb_node *dtb_node, const char *pathname);
/components/legacy/fdt/src/
A Ddtb_access.c289 np = dtb_node_get_dtb_node_by_path(np, path); in dtb_node_find_node_opts_by_path()
A Ddtb_get.c549 struct dtb_node *dtb_node_get_dtb_node_by_path(struct dtb_node *dtb_node, const char *pathname) in dtb_node_get_dtb_node_by_path() function

Completed in 6 milliseconds