Lines Matching full:sink
292 struct media_entity *sink; in au0828_enable_source() local
305 * is the sink. Look for an active link between decoder and in au0828_enable_source()
315 sink = entity; in au0828_enable_source()
324 sink = dev->decoder; in au0828_enable_source()
355 /* Is there an active link between sink and source */ in au0828_enable_source()
367 /* Either ALSA or Video own tuner. Sink is the same in au0828_enable_source()
369 * their common source (tuner) and sink (decoder). in au0828_enable_source()
370 * Starting pipeline between sharing entity and sink in au0828_enable_source()
390 list_for_each_entry(link, &sink->links, list) { in au0828_enable_source()
391 /* Check sink, and source */ in au0828_enable_source()
392 if (link->sink->entity == sink && in au0828_enable_source()
404 /* activate link between source and sink and start pipeline */ in au0828_enable_source()
409 source->name, sink->name, ret); in au0828_enable_source()
430 dev->active_sink = sink; in au0828_enable_source()
461 if (dev->active_link->sink->entity == dev->active_sink && in au0828_disable_source()
620 if (demod && link->sink->entity == demod) in au0828_media_device_register()
622 if (dev->decoder && link->sink->entity == dev->decoder) in au0828_media_device_register()