Searched refs:dev_to_hda_codec (Results 1 – 3 of 3) sorted by relevance
80 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()
842 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()
288 #define dev_to_hda_codec(_dev) container_of(_dev, struct hda_codec, core.dev) macro