Searched refs:ctx_save (Results 1 – 5 of 5) 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()
446 * @ctx_save: Optional function pointer for context save452 int (*ctx_save)(struct snd_sof_dev *sdev); member
835 .ctx_save = sof_ipc4_ctx_save, in sof_ipc4_init()
1136 .ctx_save = sof_ipc3_ctx_save, in sof_ipc3_set_pm_gate()
59 const struct kcsan_ctx ctx_save = current->kcsan_ctx; in microbenchmark() local86 current->kcsan_ctx = ctx_save; in microbenchmark()