Home
last modified time | relevance | path

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

/linux/sound/hda/core/ext/
H A Dcontroller.c310 if (!bus->cmd_dma_state) { in snd_hdac_ext_bus_link_get()
312 bus->cmd_dma_state = true; in snd_hdac_ext_bus_link_get()
367 bus->cmd_dma_state = false; in snd_hdac_ext_bus_link_put()
H A Dbus.c46 bus->cmd_dma_state = true; in snd_hdac_ext_bus_init()
/linux/sound/soc/sof/intel/
H A Dhda-codec.c299 if (bus->cmd_dma_state) in hda_codec_resume_cmd_io()
326 if (bus->cmd_dma_state) in hda_codec_suspend_cmd_io()
/linux/sound/soc/intel/avs/
H A Dcore.c608 if (bus->cmd_dma_state) in avs_suspend_standby()
674 if (bus->cmd_dma_state) in avs_resume_standby()
/linux/include/sound/
H A Dhdaudio.h379 bool cmd_dma_state; member