Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dpm.c220 ret = sof_send_pm_ctx_ipc(sdev, SOF_IPC_PM_CTX_SAVE); in sof_suspend()
268 return sof_send_pm_ctx_ipc(sdev, SOF_IPC_PM_CTX_SAVE); in snd_sof_dsp_power_down_notify()
H A Dipc.c95 case SOF_IPC_PM_CTX_SAVE: in ipc_log_header()
/OK3568_Linux_fs/kernel/include/sound/sof/
H A Dheader.h72 #define SOF_IPC_PM_CTX_SAVE SOF_CMD_TYPE(0x001) macro
/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dhda-ipc.c86 if (hdr->cmd == (SOF_IPC_GLB_PM_MSG | SOF_IPC_PM_CTX_SAVE) || in hda_dsp_ipc_get_reply()
H A Dcnl.c206 if (hdr->cmd != (SOF_IPC_GLB_PM_MSG | SOF_IPC_PM_CTX_SAVE)) in cnl_ipc_send_msg()