Home
last modified time | relevance | path

Searched refs:dev_to_hda_codec (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/sound/pci/hda/
Dhda_bind.c80 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_probe()
143 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_remove()
160 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_shutdown()
Dhda_codec.c842 struct hda_codec *codec = dev_to_hda_codec(dev); in snd_hda_codec_dev_release()
2922 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_runtime_suspend()
2937 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_runtime_resume()
2950 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_force_resume()
/Linux-v5.4/include/sound/
Dhda_codec.h288 #define dev_to_hda_codec(_dev) container_of(_dev, struct hda_codec, core.dev) macro