Lines Matching defs:remote
601 struct media_pad *remote;
614 /* Get the local pad and remote pad. */
617 remote = link->sink;
620 remote = link->source;
643 /* Similarly, add the remote pad, but only if the link is enabled. */
650 ret = media_pipeline_add_pad(pipe, walk, remote);
1058 struct media_entity *remote;
1066 remote = link->sink->entity;
1068 remote = link->source->entity;
1070 list_for_each_entry_safe(rlink, tmp, &remote->links, list) {
1075 remote->num_backlinks--;
1077 /* Remove the remote link */
1082 if (--remote->num_links == 0)