Lines Matching defs:source
181 if (link->source->entity != entity)
184 media_device_kpad_to_upad(link->source,
185 &klink_desc.source);
204 struct media_entity *source;
207 /* Find the source and sink entities and link.
209 source = find_entity(mdev, linkd->source.entity);
212 if (source == NULL || sink == NULL)
215 if (linkd->source.index >= source->num_pads ||
219 link = media_entity_find_link(&source->pads[linkd->source.index],