Home
last modified time | relevance | path

Searched refs:ctx_save (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/sof/
H A Dpm.c286 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()
H A Dipc4.c835 .ctx_save = sof_ipc4_ctx_save, in sof_ipc4_init()
/linux/kernel/kcsan/
H A Ddebugfs.c59 const struct kcsan_ctx ctx_save = current->kcsan_ctx; in microbenchmark() local
86 current->kcsan_ctx = ctx_save; in microbenchmark()