Searched refs:software_node_get_next_child (Results 1 – 1 of 1) sorted by relevance
463 software_node_get_next_child(const struct fwnode_handle *fwnode, in software_node_get_next_child() function573 while ((port = software_node_get_next_child(parent, old))) { in swnode_graph_find_next_port()610 endpoint = software_node_get_next_child(port, endpoint); in software_node_graph_get_next_endpoint()685 .get_next_child_node = software_node_get_next_child,