Searched refs:acomp (Results 1 – 7 of 7) sorted by relevance
37 struct drm_audio_component *acomp = bus->audio_component; in snd_hdac_set_codec_wakeup() local39 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() local71 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 …]
46 struct drm_audio_component *acomp = bus->audio_component; in snd_hdac_i915_set_bclk() local51 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() argument107 acomp->audio_ops = NULL; in i915_master_bind()129 struct drm_audio_component *acomp; in snd_hdac_i915_init() local139 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 …]
63 struct crypto_acomp *acomp = __crypto_acomp_tfm(tfm); in crypto_acomp_exit_tfm() local64 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() local72 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 …]
238 struct crypto_acomp *acomp = crypto_acomp_reqtfm(req); in crypto_acomp_scomp_alloc_ctx() local239 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() local258 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp); in crypto_acomp_scomp_free_ctx()
1793 struct crypto_acomp *acomp; in alg_test_comp() local1798 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()
303 struct i915_audio_component *acomp = dev_priv->audio_component; in hsw_dp_audio_config_update() local311 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() local358 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() local652 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() local695 if (acomp && acomp->base.audio_ops && in intel_audio_codec_disable()[all …]
44 - 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 && acomp50 c. NON-MST && !dyn_pcm_assign && !acomp78 Enable unsolicited event if !acomp.83 - acomp91 - !acomp