Searched refs:acomp (Results 1 – 2 of 2) sorted by relevance
38 struct i915_audio_component *acomp = &hda->audio_component; in hda_display_power() local40 if (!acomp->ops) in hda_display_power()46 acomp->ops->get_power(acomp->dev); in hda_display_power()48 acomp->ops->put_power(acomp->dev); in hda_display_power()57 struct i915_audio_component *acomp = &hda->audio_component; in haswell_set_bclk() local65 if (!acomp->ops) in haswell_set_bclk()68 cdclk_freq = acomp->ops->get_cdclk_freq(acomp->dev); in haswell_set_bclk()101 struct i915_audio_component *acomp = &hda->audio_component; in hda_component_master_bind() local104 ret = component_bind_all(dev, acomp); in hda_component_master_bind()108 if (WARN_ON(!(acomp->dev && acomp->ops && acomp->ops->get_power && in hda_component_master_bind()[all …]
504 struct i915_audio_component *acomp = data; in i915_audio_component_bind() local506 if (WARN_ON(acomp->ops || acomp->dev)) in i915_audio_component_bind()509 acomp->ops = &i915_audio_component_ops; in i915_audio_component_bind()510 acomp->dev = i915_dev; in i915_audio_component_bind()518 struct i915_audio_component *acomp = data; in i915_audio_component_unbind() local520 acomp->ops = NULL; in i915_audio_component_unbind()521 acomp->dev = NULL; in i915_audio_component_unbind()