Lines Matching defs:acomp
35 struct drm_audio_component *acomp = bus->audio_component;
40 if (!acomp || !acomp->ops || !acomp->ops->get_cdclk_freq)
45 cdclk_freq = acomp->ops->get_cdclk_freq(acomp->dev);
145 struct drm_audio_component *acomp;
153 sizeof(struct i915_audio_component) - sizeof(*acomp));
156 acomp = bus->audio_component;
157 if (!acomp)
159 if (!acomp->ops) {
163 wait_for_completion_timeout(&acomp->master_bind_complete,
167 if (!acomp->ops) {