Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dops.c129 * @non_recoverable: the panic is fatal, no recovery will be done by the caller in snd_sof_dsp_update_bits_forced_unlocked()
131 void snd_sof_dsp_panic(struct snd_sof_dev *sdev, u32 offset, bool non_recoverable) in snd_sof_dsp_update_bits_forced_unlocked()
153 * the non_recoverable flag. in snd_sof_dsp_panic()
156 if (non_recoverable) { in snd_sof_dsp_panic()
151 snd_sof_dsp_panic(struct snd_sof_dev * sdev,u32 offset,bool non_recoverable) snd_sof_dsp_panic() argument
/linux/sound/soc/sof/intel/
H A Dcnl.c164 bool non_recoverable = true; in cnl_ipc_irq_thread() local
176 non_recoverable = false; in cnl_ipc_irq_thread()
179 non_recoverable); in cnl_ipc_irq_thread()
H A Dhda-ipc.c318 bool non_recoverable = true; in hda_dsp_ipc_irq_thread()
324 * the last boot attempt then change the non_recoverable in hda_dsp_ipc_irq_thread()
330 non_recoverable = false; in hda_dsp_ipc_irq_thread()
333 non_recoverable); in hda_dsp_ipc_irq_thread()
325 bool non_recoverable = true; hda_dsp_ipc_irq_thread() local