Home
last modified time | relevance | path

Searched refs:check_dsp_lp_on (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/intel/common/
H A Dsst-ipc.c190 if (ipc->ops.check_dsp_lp_on) in sst_ipc_tx_message_wait()
191 if (ipc->ops.check_dsp_lp_on(ipc->dsp, true)) in sst_ipc_tx_message_wait()
196 if (ipc->ops.check_dsp_lp_on) in sst_ipc_tx_message_wait()
197 if (ipc->ops.check_dsp_lp_on(ipc->dsp, false)) in sst_ipc_tx_message_wait()
H A Dsst-ipc.h45 int (*check_dsp_lp_on)(struct sst_dsp *dsp, bool state); member