ofctl.c | 337 of_match_by_nodeid(struct of_node *node, const void *ctx) function in typeref:struct:of_node * 358 child = of_tree_walk(&of_root, of_match_by_nodeid, &childid); 383 node = of_tree_walk(&of_root, of_match_by_nodeid, &peerid); 424 node = of_tree_walk(&of_root, of_match_by_nodeid, &nodeid);
|