Lines Matching refs:remote
117 struct device_node *ep, *port, *remote;
151 * For bound crtcs, bind the encoders attached to their remote endpoint
164 remote = of_graph_get_remote_port_parent(ep);
165 if (!remote || !of_device_is_available(remote)) {
166 of_node_put(remote);
168 } else if (!of_device_is_available(remote->parent)) {
170 remote);
171 of_node_put(remote);
176 remote);
177 of_node_put(remote);
243 struct device_node *remote;
259 remote = of_graph_get_remote_node(np, port, endpoint);
260 if (!remote)
264 *panel = of_drm_find_panel(remote);
274 *bridge = of_drm_find_bridge(remote);
283 of_node_put(remote);
329 * Sanity check, ensure that all remote endpoints have the same
391 * A valid dual-lVDS bus is found when one remote port is marked with
392 * "dual-lvds-even-pixels", and the other remote port is marked with