Lines Matching defs:local
600 struct media_pad *local;
614 /* Get the local pad and remote pad. */
616 local = link->source;
619 local = link->sink;
627 if (origin != local &&
629 local->index)) {
636 * Add the local pad of the link to the pipeline and push it to the
639 ret = media_pipeline_add_pad(pipe, walk, local);
667 local->entity->name);
669 media_entity_for_each_pad(origin->entity, local) {
675 if (origin == local || !local->num_links ||
677 local->index))
680 ret = media_pipeline_add_pad(pipe, walk, local);