Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_bind.c88 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_probe()
151 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_remove()
168 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_shutdown()
H A Dpatch_conexant.c143 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in cx_auto_vmaster_mute_led()
657 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in cxt_gpio_mute_update()
668 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in cxt_gpio_micmute_update()
H A Dhda_codec.c854 struct hda_codec *codec = dev_to_hda_codec(dev); in snd_hda_codec_dev_release()
2943 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_runtime_suspend()
2962 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_runtime_resume()
2986 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_pm_complete()
H A Dpatch_realtek.c4230 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in vref_mute_led_set()
4327 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in gpio_mute_led_set()
4339 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in micmute_led_set()
4413 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in vref_micmute_led_set()
4518 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in coef_mute_led_set()
4562 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in coef_micmute_led_set()
H A Dpatch_sigmatel.c327 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in stac_capture_led_update()
402 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in stac_vmaster_hook()
/OK3568_Linux_fs/kernel/include/sound/
H A Dhda_codec.h290 #define dev_to_hda_codec(_dev) container_of(_dev, struct hda_codec, core.dev) macro