Lines Matching refs:endpoint
45 struct of_endpoint *endpoint);
47 int port, int endpoint,
83 struct of_endpoint *endpoint)
88 int port, int endpoint,
107 * Remove the panel bridge of a given DT node's port and endpoint number
112 int port, int endpoint)
118 remote = of_graph_get_remote_node(np, port, endpoint);
134 struct of_endpoint endpoint;
136 &endpoint);
138 return ret ?: endpoint.id;
144 struct of_endpoint endpoint;
146 &endpoint);
148 return ret ?: endpoint.port;