Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/sof/
Dpm.c234 if (pm_ops && pm_ops->ctx_save) { in sof_suspend()
235 ret = pm_ops->ctx_save(sdev); in sof_suspend()
282 if (sof_ops(sdev)->remove && pm_ops && pm_ops->ctx_save) in snd_sof_dsp_power_down_notify()
283 return pm_ops->ctx_save(sdev); in snd_sof_dsp_power_down_notify()
Dipc4.c656 .ctx_save = sof_ipc4_ctx_save,
Dsof-priv.h400 int (*ctx_save)(struct snd_sof_dev *sdev); member
Dipc3.c1081 .ctx_save = sof_ipc3_ctx_save,
/linux-6.1.9/kernel/kcsan/
Ddebugfs.c65 const struct kcsan_ctx ctx_save = current->kcsan_ctx; in microbenchmark() local
92 current->kcsan_ctx = ctx_save; in microbenchmark()