Home
last modified time | relevance | path

Searched refs:acomp (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/pci/hda/
Dhda_i915.c38 struct i915_audio_component *acomp = &hda->audio_component; in hda_display_power() local
40 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() local
65 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() local
104 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 …]
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_audio.c504 struct i915_audio_component *acomp = data; in i915_audio_component_bind() local
506 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() local
520 acomp->ops = NULL; in i915_audio_component_unbind()
521 acomp->dev = NULL; in i915_audio_component_unbind()