Searched refs:ctx_save (Results 1 – 3 of 3) sorted by relevance
286 if (pm_ops && pm_ops->ctx_save) { in sof_suspend() 287 ret = pm_ops->ctx_save(sdev); in sof_suspend() 293 dev_err(sdev->dev, "ctx_save IPC error during suspend: %d\n", ret); in sof_suspend() 297 dev_warn(sdev->dev, "ctx_save IPC error: %d, proceeding with suspend\n", in snd_sof_dsp_power_down_notify() 338 pm_ops && pm_ops->ctx_save)339 return pm_ops->ctx_save(sdev); in snd_sof_prepare()
835 .ctx_save = sof_ipc4_ctx_save, in sof_ipc4_init()
59 const struct kcsan_ctx ctx_save = current->kcsan_ctx; in microbenchmark() local86 current->kcsan_ctx = ctx_save; in microbenchmark()