Home
last modified time | relevance | path

Searched refs:ctx_save (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/sof/
H A Dpm.c253 if (pm_ops && pm_ops->ctx_save) { in sof_suspend()
254 ret = pm_ops->ctx_save(sdev); in sof_suspend()
260 dev_err(sdev->dev, "ctx_save IPC error during suspend: %d\n", ret); in sof_suspend()
264 dev_warn(sdev->dev, "ctx_save IPC error: %d, proceeding with suspend\n", in sof_suspend()
301 if (sof_ops(sdev)->remove && pm_ops && pm_ops->ctx_save) in snd_sof_dsp_power_down_notify()
302 return pm_ops->ctx_save(sdev); in snd_sof_dsp_power_down_notify()
H A Dipc4.c692 .ctx_save = sof_ipc4_ctx_save,
H A Dsof-priv.h429 * @ctx_save: Optional function pointer for context save
435 int (*ctx_save)(struct snd_sof_dev *sdev); member
H A Dipc3.c1144 .ctx_save = sof_ipc3_ctx_save,
/kernel/linux/linux-5.10/kernel/kcsan/
H A Ddebugfs.c60 const struct kcsan_ctx ctx_save = current->kcsan_ctx; in microbenchmark() local
87 current->kcsan_ctx = ctx_save; in microbenchmark()
/kernel/linux/linux-6.6/kernel/kcsan/
H A Ddebugfs.c65 const struct kcsan_ctx ctx_save = current->kcsan_ctx; in microbenchmark() local
92 current->kcsan_ctx = ctx_save; in microbenchmark()

Completed in 6 milliseconds