Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/base/
Dswnode.c455 software_node_get_next_child(const struct fwnode_handle *fwnode, in software_node_get_next_child() function
565 while ((port = software_node_get_next_child(parent, old))) { in swnode_graph_find_next_port()
602 endpoint = software_node_get_next_child(port, endpoint); in software_node_graph_get_next_endpoint()
677 .get_next_child_node = software_node_get_next_child,