Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/
H A Dswnode.c557 swnode_graph_find_next_port(const struct fwnode_handle *parent, in swnode_graph_find_next_port() function
595 port = swnode_graph_find_next_port(parent, NULL); in software_node_graph_get_next_endpoint()
598 for (; port; port = swnode_graph_find_next_port(parent, port)) { in software_node_graph_get_next_endpoint()