Home
last modified time | relevance | path

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

/Linux-v5.4/sound/hda/ext/
Dhdac_ext_controller.c266 if (!bus->cmd_dma_state) { in snd_hdac_ext_bus_link_get()
268 bus->cmd_dma_state = true; in snd_hdac_ext_bus_link_get()
322 bus->cmd_dma_state = false; in snd_hdac_ext_bus_link_put()
Dhdac_ext_bus.c46 bus->cmd_dma_state = true; in snd_hdac_ext_bus_init()
/Linux-v5.4/sound/soc/intel/skylake/
Dskl.c341 if (bus->cmd_dma_state) in skl_suspend()
383 if (bus->cmd_dma_state) in skl_resume()
394 if (!bus->cmd_dma_state) in skl_resume()
/Linux-v5.4/sound/soc/sof/intel/
Dhda-dsp.c369 if (!bus->cmd_dma_state) in hda_resume()
/Linux-v5.4/include/sound/
Dhdaudio.h361 bool cmd_dma_state; member