Searched refs:dtb_node_get_dtb_node_by_path (Results 1 – 4 of 4) sorted by relevance
13 …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()
154 struct dtb_node *dtb_node_get_dtb_node_by_path(struct dtb_node *dtb_node, const char *pathname);
289 np = dtb_node_get_dtb_node_by_path(np, path); in dtb_node_find_node_opts_by_path()
549 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