Lines Matching defs:port
261 /* Set the CRTC's port so that the encoder component can find it */
262 hdlcd->crtc.port = of_graph_get_port_by_id(dev->of_node, 0);
314 of_node_put(hdlcd->crtc.port);
315 hdlcd->crtc.port = NULL;
331 of_node_put(hdlcd->crtc.port);
332 hdlcd->crtc.port = NULL;
355 struct device_node *port;
358 /* there is only one output port inside each device, find it */
359 port = of_graph_get_remote_node(pdev->dev.of_node, 0, 0);
360 if (!port)
363 drm_of_component_match_add(&pdev->dev, &match, compare_dev, port);
364 of_node_put(port);