Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/hda/
Dhda_local.h733 dev_err(hda_codec_dev(codec), fmt, ##args)
735 dev_warn(hda_codec_dev(codec), fmt, ##args)
737 dev_info(hda_codec_dev(codec), fmt, ##args)
739 dev_dbg(hda_codec_dev(codec), fmt, ##args)
Dhda_bind.c177 return device_attach(hda_codec_dev(codec)) > 0 && codec->preset; in codec_probed()
Dhda_codec.c770 pm_runtime_get_noresume(hda_codec_dev(codec)); in snd_hda_codec_cleanup_for_unbind()
771 pm_runtime_disable(hda_codec_dev(codec)); in snd_hda_codec_cleanup_for_unbind()
807 if (device_is_registered(hda_codec_dev(codec))) { in snd_hda_codec_register()
810 pm_runtime_enable(hda_codec_dev(codec)); in snd_hda_codec_register()
838 put_device(hda_codec_dev(codec)); in snd_hda_codec_dev_free()
990 put_device(hda_codec_dev(codec)); in snd_hda_codec_device_new()
3315 struct device *dev = hda_codec_dev(codec); in codec_set_power_save()
Dhda_codec.h297 #define hda_codec_dev(_dev) (&(_dev)->core.dev) macro
Dhda_intel.c1266 pm_runtime_suspend(hda_codec_dev(codec)); in azx_vs_set_state()
1267 pm_runtime_disable(hda_codec_dev(codec)); in azx_vs_set_state()
1284 pm_runtime_enable(hda_codec_dev(codec)); in azx_vs_set_state()
1285 pm_runtime_resume(hda_codec_dev(codec)); in azx_vs_set_state()
Dpatch_hdmi.c1638 if (ret < 0 && pm_runtime_suspended(hda_codec_dev(codec))) { in hdmi_present_sense()