Home
last modified time | relevance | path

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

/linux/sound/hda/common/
H A Dbind.c45 struct hda_codec_driver *driver = hda_codec_to_driver(codec); in hda_codec_unsol_event()
91 struct hda_codec_driver *driver = hda_codec_to_driver(codec); in hda_codec_driver_probe()
155 struct hda_codec_driver *driver = hda_codec_to_driver(codec); in hda_codec_driver_remove()
H A Dcodec.c1119 struct hda_codec_driver *driver = hda_codec_to_driver(codec); in snd_hda_codec_setup_stream()
1196 struct hda_codec_driver *driver = hda_codec_to_driver(codec); in really_cleanup_stream()
2772 struct hda_codec_driver *driver = hda_codec_to_driver(codec); in hda_set_power_state()
2869 struct hda_codec_driver *driver = hda_codec_to_driver(codec); in hda_call_codec_suspend()
2888 struct hda_codec_driver *driver = hda_codec_to_driver(codec); in hda_call_codec_resume()
3091 struct hda_codec_driver *driver = hda_codec_to_driver(codec); in snd_hda_codec_build_controls()
3289 struct hda_codec_driver *driver = hda_codec_to_driver(codec); in snd_hda_codec_parse_pcms()
H A Dhda_local.h658 struct hda_codec_driver *driver = hda_codec_to_driver(codec); in snd_hda_codec_init()
/linux/sound/soc/codecs/
H A Dhda.c175 struct hda_codec_driver *driver = hda_codec_to_driver(codec); in hda_codec_probe()
270 struct hda_codec_driver *driver = hda_codec_to_driver(codec); in hda_codec_remove()
H A Dhdac_hda.c410 struct hda_codec_driver *driver = hda_codec_to_driver(hcodec); in hdac_hda_codec_probe()
548 struct hda_codec_driver *driver = hda_codec_to_driver(codec); in hdac_hda_codec_remove()
/linux/include/sound/
H A Dhda_codec.h95 #define hda_codec_to_driver(codec) \ macro
502 struct hda_codec_driver *driver = hda_codec_to_driver(codec); in hda_call_check_power_status()