Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/sof/
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()
Dipc.c95 case SOF_IPC_PM_CTX_SAVE: in ipc_log_header()
/kernel/linux/linux-5.10/include/sound/sof/
Dheader.h72 #define SOF_IPC_PM_CTX_SAVE SOF_CMD_TYPE(0x001) macro
/kernel/linux/linux-5.10/sound/soc/sof/intel/
Dhda-ipc.c86 if (hdr->cmd == (SOF_IPC_GLB_PM_MSG | SOF_IPC_PM_CTX_SAVE) || in hda_dsp_ipc_get_reply()
Dcnl.c206 if (hdr->cmd != (SOF_IPC_GLB_PM_MSG | SOF_IPC_PM_CTX_SAVE)) in cnl_ipc_send_msg()