Home
last modified time | relevance | path

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

/Linux-v4.19/sound/hda/
Dhdac_component.c37 struct drm_audio_component *acomp = bus->audio_component; in snd_hdac_set_codec_wakeup() local
39 if (!acomp || !acomp->ops) in snd_hdac_set_codec_wakeup()
42 if (!acomp->ops->codec_wake_override) in snd_hdac_set_codec_wakeup()
48 acomp->ops->codec_wake_override(acomp->dev, enable); in snd_hdac_set_codec_wakeup()
69 struct drm_audio_component *acomp = bus->audio_component; in snd_hdac_display_power() local
71 if (!acomp || !acomp->ops) in snd_hdac_display_power()
79 if (acomp->ops->get_power) in snd_hdac_display_power()
80 acomp->ops->get_power(acomp->dev); in snd_hdac_display_power()
87 if (acomp->ops->put_power) in snd_hdac_display_power()
88 acomp->ops->put_power(acomp->dev); in snd_hdac_display_power()
[all …]
Dhdac_i915.c46 struct drm_audio_component *acomp = bus->audio_component; in snd_hdac_i915_set_bclk() local
51 if (!acomp || !acomp->ops || !acomp->ops->get_cdclk_freq) in snd_hdac_i915_set_bclk()
56 cdclk_freq = acomp->ops->get_cdclk_freq(acomp->dev); in snd_hdac_i915_set_bclk()
103 struct drm_audio_component *acomp) in i915_master_bind() argument
107 acomp->audio_ops = NULL; in i915_master_bind()
129 struct drm_audio_component *acomp; in snd_hdac_i915_init() local
139 sizeof(struct i915_audio_component) - sizeof(*acomp)); in snd_hdac_i915_init()
142 acomp = bus->audio_component; in snd_hdac_i915_init()
143 if (!acomp) in snd_hdac_i915_init()
145 if (!acomp->ops) { in snd_hdac_i915_init()
[all …]
/Linux-v4.19/crypto/
Dacompress.c63 struct crypto_acomp *acomp = __crypto_acomp_tfm(tfm); in crypto_acomp_exit_tfm() local
64 struct acomp_alg *alg = crypto_acomp_alg(acomp); in crypto_acomp_exit_tfm()
66 alg->exit(acomp); in crypto_acomp_exit_tfm()
71 struct crypto_acomp *acomp = __crypto_acomp_tfm(tfm); in crypto_acomp_init_tfm() local
72 struct acomp_alg *alg = crypto_acomp_alg(acomp); in crypto_acomp_init_tfm()
77 acomp->compress = alg->compress; in crypto_acomp_init_tfm()
78 acomp->decompress = alg->decompress; in crypto_acomp_init_tfm()
79 acomp->dst_free = alg->dst_free; in crypto_acomp_init_tfm()
80 acomp->reqsize = alg->reqsize; in crypto_acomp_init_tfm()
83 acomp->base.exit = crypto_acomp_exit_tfm; in crypto_acomp_init_tfm()
[all …]
Dscompress.c238 struct crypto_acomp *acomp = crypto_acomp_reqtfm(req); in crypto_acomp_scomp_alloc_ctx() local
239 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp); in crypto_acomp_scomp_alloc_ctx()
257 struct crypto_acomp *acomp = crypto_acomp_reqtfm(req); in crypto_acomp_scomp_free_ctx() local
258 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp); in crypto_acomp_scomp_free_ctx()
Dtestmgr.c1793 struct crypto_acomp *acomp; in alg_test_comp() local
1798 acomp = crypto_alloc_acomp(driver, type, mask); in alg_test_comp()
1799 if (IS_ERR(acomp)) { in alg_test_comp()
1801 driver, PTR_ERR(acomp)); in alg_test_comp()
1802 return PTR_ERR(acomp); in alg_test_comp()
1804 err = test_acomp(acomp, desc->suite.comp.comp.vecs, in alg_test_comp()
1808 crypto_free_acomp(acomp); in alg_test_comp()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_audio.c303 struct i915_audio_component *acomp = dev_priv->audio_component; in hsw_dp_audio_config_update() local
311 rate = acomp ? acomp->aud_sample_rate[port] : 0; in hsw_dp_audio_config_update()
351 struct i915_audio_component *acomp = dev_priv->audio_component; in hsw_hdmi_audio_config_update() local
358 rate = acomp ? acomp->aud_sample_rate[port] : 0; in hsw_hdmi_audio_config_update()
621 struct i915_audio_component *acomp = dev_priv->audio_component; in intel_audio_codec_enable() local
652 if (acomp && acomp->base.audio_ops && in intel_audio_codec_enable()
653 acomp->base.audio_ops->pin_eld_notify) { in intel_audio_codec_enable()
657 acomp->base.audio_ops->pin_eld_notify(acomp->base.audio_ops->audio_ptr, in intel_audio_codec_enable()
680 struct i915_audio_component *acomp = dev_priv->audio_component; in intel_audio_codec_disable() local
695 if (acomp && acomp->base.audio_ops && in intel_audio_codec_disable()
[all …]
/Linux-v4.19/Documentation/sound/hd-audio/
Ddp-mst.rst44 - MST must be dyn_pcm_assign, and it is acomp (for Intel scenario);
45 - NON-MST may or may not be dyn_pcm_assign, it can be acomp or !acomp;
48 a. MST (&& dyn_pcm_assign && acomp)
49 b. NON-MST && dyn_pcm_assign && acomp
50 c. NON-MST && !dyn_pcm_assign && !acomp
78 Enable unsolicited event if !acomp.
83 - acomp
91 - !acomp