Searched refs:acomp (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/sound/hda/ |
D | hdac_component.c | 37 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() 68 struct drm_audio_component *acomp = bus->audio_component; in snd_hdac_display_power() local 79 if (!acomp || !acomp->ops) in snd_hdac_display_power() 86 if (acomp->ops->get_power) in snd_hdac_display_power() 87 cookie = acomp->ops->get_power(acomp->dev); in snd_hdac_display_power() 97 if (acomp->ops->put_power) in snd_hdac_display_power() 98 acomp->ops->put_power(acomp->dev, cookie); in snd_hdac_display_power() [all …]
|
D | hdac_i915.c | 37 struct drm_audio_component *acomp = bus->audio_component; in snd_hdac_i915_set_bclk() local 42 if (!acomp || !acomp->ops || !acomp->ops->get_cdclk_freq) in snd_hdac_i915_set_bclk() 47 cdclk_freq = acomp->ops->get_cdclk_freq(acomp->dev); in snd_hdac_i915_set_bclk() 96 struct drm_audio_component *acomp) in i915_master_bind() argument 100 acomp->audio_ops = NULL; in i915_master_bind() 122 struct drm_audio_component *acomp; in snd_hdac_i915_init() local 132 sizeof(struct i915_audio_component) - sizeof(*acomp)); in snd_hdac_i915_init() 135 acomp = bus->audio_component; in snd_hdac_i915_init() 136 if (!acomp) in snd_hdac_i915_init() 138 if (!acomp->ops) { in snd_hdac_i915_init() [all …]
|
/Linux-v5.4/crypto/ |
D | acompress.c | 54 struct crypto_acomp *acomp = __crypto_acomp_tfm(tfm); in crypto_acomp_exit_tfm() local 55 struct acomp_alg *alg = crypto_acomp_alg(acomp); in crypto_acomp_exit_tfm() 57 alg->exit(acomp); in crypto_acomp_exit_tfm() 62 struct crypto_acomp *acomp = __crypto_acomp_tfm(tfm); in crypto_acomp_init_tfm() local 63 struct acomp_alg *alg = crypto_acomp_alg(acomp); in crypto_acomp_init_tfm() 68 acomp->compress = alg->compress; in crypto_acomp_init_tfm() 69 acomp->decompress = alg->decompress; in crypto_acomp_init_tfm() 70 acomp->dst_free = alg->dst_free; in crypto_acomp_init_tfm() 71 acomp->reqsize = alg->reqsize; in crypto_acomp_init_tfm() 74 acomp->base.exit = crypto_acomp_exit_tfm; in crypto_acomp_init_tfm() [all …]
|
D | scompress.c | 215 struct crypto_acomp *acomp = crypto_acomp_reqtfm(req); in crypto_acomp_scomp_alloc_ctx() local 216 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp); in crypto_acomp_scomp_alloc_ctx() 234 struct crypto_acomp *acomp = crypto_acomp_reqtfm(req); in crypto_acomp_scomp_free_ctx() local 235 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp); in crypto_acomp_scomp_free_ctx()
|
D | testmgr.c | 3261 struct crypto_acomp *acomp; in alg_test_comp() local 3266 acomp = crypto_alloc_acomp(driver, type, mask); in alg_test_comp() 3267 if (IS_ERR(acomp)) { in alg_test_comp() 3269 driver, PTR_ERR(acomp)); in alg_test_comp() 3270 return PTR_ERR(acomp); in alg_test_comp() 3272 err = test_acomp(acomp, desc->suite.comp.comp.vecs, in alg_test_comp() 3276 crypto_free_acomp(acomp); in alg_test_comp()
|
/Linux-v5.4/drivers/gpu/drm/i915/display/ |
D | intel_audio.c | 376 struct i915_audio_component *acomp = dev_priv->audio_component; in hsw_dp_audio_config_update() local 383 rate = acomp ? acomp->aud_sample_rate[port] : 0; in hsw_dp_audio_config_update() 423 struct i915_audio_component *acomp = dev_priv->audio_component; in hsw_hdmi_audio_config_update() local 429 rate = acomp ? acomp->aud_sample_rate[port] : 0; in hsw_hdmi_audio_config_update() 691 struct i915_audio_component *acomp = dev_priv->audio_component; in intel_audio_codec_enable() local 724 if (acomp && acomp->base.audio_ops && in intel_audio_codec_enable() 725 acomp->base.audio_ops->pin_eld_notify) { in intel_audio_codec_enable() 729 acomp->base.audio_ops->pin_eld_notify(acomp->base.audio_ops->audio_ptr, in intel_audio_codec_enable() 752 struct i915_audio_component *acomp = dev_priv->audio_component; in intel_audio_codec_disable() local 767 if (acomp && acomp->base.audio_ops && in intel_audio_codec_disable() [all …]
|
/Linux-v5.4/Documentation/sound/hd-audio/ |
D | dp-mst.rst | 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 && acomp 50 c. NON-MST && !dyn_pcm_assign && !acomp 78 Enable unsolicited event if !acomp. 83 - acomp 91 - !acomp
|
/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm.c | 558 struct drm_audio_component *acomp = data; in amdgpu_dm_audio_component_bind() local 560 acomp->ops = &amdgpu_dm_audio_component_ops; in amdgpu_dm_audio_component_bind() 561 acomp->dev = kdev; in amdgpu_dm_audio_component_bind() 562 adev->dm.audio_component = acomp; in amdgpu_dm_audio_component_bind() 572 struct drm_audio_component *acomp = data; in amdgpu_dm_audio_component_unbind() local 574 acomp->ops = NULL; in amdgpu_dm_audio_component_unbind() 575 acomp->dev = NULL; in amdgpu_dm_audio_component_unbind() 636 struct drm_audio_component *acomp = adev->dm.audio_component; in amdgpu_dm_audio_eld_notify() local 638 if (acomp && acomp->audio_ops && acomp->audio_ops->pin_eld_notify) { in amdgpu_dm_audio_eld_notify() 641 acomp->audio_ops->pin_eld_notify(acomp->audio_ops->audio_ptr, in amdgpu_dm_audio_eld_notify()
|
/Linux-v5.4/sound/pci/hda/ |
D | patch_hdmi.c | 2451 static void generic_acomp_notifier_set(struct drm_audio_component *acomp, in generic_acomp_notifier_set() argument 2457 spec = container_of(acomp->audio_ops, struct hdmi_spec, drm_audio_ops); in generic_acomp_notifier_set() 2473 struct drm_audio_component *acomp) in generic_acomp_master_bind() argument 2475 generic_acomp_notifier_set(acomp, true); in generic_acomp_master_bind() 2480 struct drm_audio_component *acomp) in generic_acomp_master_unbind() argument 2482 generic_acomp_notifier_set(acomp, false); in generic_acomp_master_unbind()
|