Lines Matching defs:remote
888 struct device_node *port, *ep, *remote;
913 remote = of_graph_get_remote_port_parent(ep);
914 if (!remote)
919 if (remote == engine->node)
926 * remote input id has to be calculated by subtracting 1 from
927 * remote output id. If this for some reason can't be done, 0
936 engine = sun4i_tcon_find_engine_traverse(drv, remote, reg);
939 of_node_put(remote);
949 * The device tree binding says that the remote endpoint ID of any
953 * the TCONs, and use that connection's remote endpoint ID as our own.
965 struct device_node *remote;
968 remote = of_graph_get_remote_endpoint(ep);
969 if (!remote)
972 ret = of_property_read_u32(remote, "reg", ®);
1001 struct device_node *remote;
1004 remote = of_graph_get_remote_node(node, 0, -1);
1005 if (remote) {
1007 of_match_node(sun8i_tcon_top_of_table, remote));
1008 of_node_put(remote);
1037 * The device tree binding says that the remote endpoint ID of any
1041 * connections of the TCONs, and use that connection's remote endpoint
1047 * up the remote endpoint ID of a TCON input endpoint. TCON1 would be
1115 struct device_node *remote;
1254 remote = of_graph_get_remote_node(dev->of_node, 1, 0);
1255 if (of_device_is_compatible(remote, "panel-lvds"))
1262 of_node_put(remote);
1408 struct device_node *port, *remote;
1421 remote = of_graph_get_remote_node(tcon->dev->of_node, 0, -1);
1422 if (!remote)
1425 pdev = of_find_device_by_node(remote);
1426 of_node_put(remote);