Lines Matching refs:endpoint
153 * For bound crtcs, bind the encoders attached to their remote endpoint
189 * drm_of_encoder_active_endpoint - return the active encoder endpoint
194 * parse the encoder endpoint connecting to the crtc port.
198 struct of_endpoint *endpoint)
212 ret = of_graph_parse_endpoint(ep, endpoint);
226 * @endpoint: endpoint in the device tree node
230 * Given a DT node's port and endpoint number, find the connected node and
237 int port, int endpoint,
258 remote = of_graph_get_remote_node(np, port, endpoint);
306 struct device_node *endpoint = NULL;
309 for_each_child_of_node(port_node, endpoint) {
313 if (!of_node_name_eq(endpoint, "endpoint"))
316 remote_port = of_graph_get_remote_port(endpoint);
318 of_node_put(endpoint);
335 of_node_put(endpoint);