Home
last modified time | relevance | path

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

/Linux-v5.10/sound/pci/hda/
Dhda_local.h723 dev_err(hda_codec_dev(codec), fmt, ##args)
725 dev_warn(hda_codec_dev(codec), fmt, ##args)
727 dev_info(hda_codec_dev(codec), fmt, ##args)
729 dev_dbg(hda_codec_dev(codec), fmt, ##args)
Dhda_bind.c195 return device_attach(hda_codec_dev(codec)) > 0 && codec->preset; in codec_probed()
Dhda_intel.c1011 pm_request_resume(hda_codec_dev(codec)); in __azx_runtime_resume()
1235 pm_runtime_suspend(hda_codec_dev(codec)); in azx_vs_set_state()
1236 pm_runtime_disable(hda_codec_dev(codec)); in azx_vs_set_state()
1253 pm_runtime_enable(hda_codec_dev(codec)); in azx_vs_set_state()
1254 pm_runtime_resume(hda_codec_dev(codec)); in azx_vs_set_state()
Dhda_codec.c767 pm_runtime_get_noresume(hda_codec_dev(codec)); in snd_hda_codec_cleanup_for_unbind()
768 pm_runtime_disable(hda_codec_dev(codec)); in snd_hda_codec_cleanup_for_unbind()
812 if (device_is_registered(hda_codec_dev(codec))) { in snd_hda_codec_register()
814 pm_runtime_enable(hda_codec_dev(codec)); in snd_hda_codec_register()
846 put_device(hda_codec_dev(codec)); in snd_hda_codec_dev_free()
1009 put_device(hda_codec_dev(codec)); in snd_hda_codec_device_new()
3407 struct device *dev = hda_codec_dev(codec); in codec_set_power_save()
Dpatch_hdmi.c1617 if (ret < 0 && pm_runtime_suspended(hda_codec_dev(codec))) in hdmi_present_sense_via_verbs()
/Linux-v5.10/sound/soc/sof/intel/
Dhda-codec.c50 return device_attach(hda_codec_dev(codec)); in request_codec_module()
/Linux-v5.10/include/sound/
Dhda_codec.h290 #define hda_codec_dev(_dev) (&(_dev)->core.dev) macro