Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/hda/
Dhda_local.h721 dev_err(hda_codec_dev(codec), fmt, ##args)
723 dev_warn(hda_codec_dev(codec), fmt, ##args)
725 dev_info(hda_codec_dev(codec), fmt, ##args)
727 dev_dbg(hda_codec_dev(codec), fmt, ##args)
Dhda_bind.c191 return device_attach(hda_codec_dev(codec)) > 0 && codec->preset; in codec_probed()
Dhda_codec.c757 pm_runtime_get_noresume(hda_codec_dev(codec)); in snd_hda_codec_cleanup_for_unbind()
758 pm_runtime_disable(hda_codec_dev(codec)); in snd_hda_codec_cleanup_for_unbind()
801 if (device_is_registered(hda_codec_dev(codec))) { in snd_hda_codec_register()
803 pm_runtime_enable(hda_codec_dev(codec)); in snd_hda_codec_register()
835 put_device(hda_codec_dev(codec)); in snd_hda_codec_dev_free()
994 put_device(hda_codec_dev(codec)); in snd_hda_codec_device_new()
3373 struct device *dev = hda_codec_dev(codec); in codec_set_power_save()
Dhda_intel.c1208 pm_runtime_suspend(hda_codec_dev(codec)); in azx_vs_set_state()
1209 pm_runtime_disable(hda_codec_dev(codec)); in azx_vs_set_state()
1226 pm_runtime_enable(hda_codec_dev(codec)); in azx_vs_set_state()
1227 pm_runtime_resume(hda_codec_dev(codec)); in azx_vs_set_state()
Dpatch_hdmi.c1649 if (ret < 0 && pm_runtime_suspended(hda_codec_dev(codec))) { in hdmi_present_sense()
/Linux-v5.4/include/sound/
Dhda_codec.h289 #define hda_codec_dev(_dev) (&(_dev)->core.dev) macro