Home
last modified time | relevance | path

Searched refs:snd_hdac_bus_stop_chip (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/sound/soc/intel/skylake/
Dskl.c143 snd_hdac_bus_stop_chip(bus); in skl_suspend()
184 snd_hdac_bus_stop_chip(bus); in skl_runtime_suspend()
323 snd_hdac_bus_stop_chip(bus); in skl_codec_create()
/linux-4.4.14/sound/hda/
Dhdac_controller.c402 void snd_hdac_bus_stop_chip(struct hdac_bus *bus) in snd_hdac_bus_stop_chip() function
422 EXPORT_SYMBOL_GPL(snd_hdac_bus_stop_chip);
/linux-4.4.14/sound/hda/ext/
Dhdac_ext_stream.c496 snd_hdac_bus_stop_chip(bus); in snd_hdac_ext_stop_streams()
/linux-4.4.14/include/sound/
Dhdaudio.h339 void snd_hdac_bus_stop_chip(struct hdac_bus *bus);
/linux-4.4.14/sound/pci/hda/
Dhda_controller.c907 snd_hdac_bus_stop_chip(azx_bus(chip)); in azx_stop_chip()