Searched refs:dev_to_hda_codec (Results 1 – 6 of 6) sorted by relevance
84 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_probe()147 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_remove()164 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_shutdown()
143 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in cx_auto_vmaster_mute_led()639 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in cxt_gpio_mute_update()650 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in cxt_gpio_micmute_update()
853 struct hda_codec *codec = dev_to_hda_codec(dev); in snd_hda_codec_dev_release()2939 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_suspend()2958 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_resume()2991 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_pm_complete()
4074 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in vref_mute_led_set()4171 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in gpio_mute_led_set()4183 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in micmute_led_set()4241 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in vref_micmute_led_set()4295 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in coef_mute_led_set()4339 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in coef_micmute_led_set()
326 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in stac_capture_led_update()401 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in stac_vmaster_hook()
289 #define dev_to_hda_codec(_dev) container_of(_dev, struct hda_codec, core.dev) macro