Lines Matching defs:acomp
30 struct drm_audio_component *acomp = bus->audio_component;
35 if (!acomp || !acomp->ops || !acomp->ops->get_cdclk_freq)
40 cdclk_freq = acomp->ops->get_cdclk_freq(acomp->dev);
151 struct drm_audio_component *acomp;
159 sizeof(struct i915_audio_component) - sizeof(*acomp));
162 acomp = bus->audio_component;
163 if (!acomp)
165 if (!acomp->ops) {
169 wait_for_completion_killable_timeout(&acomp->master_bind_complete,
173 if (!acomp->ops) {