Home
last modified time | relevance | path

Searched refs:SOF_FW_CRASHED (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/include/sound/
H A Dsof.h42 SOF_FW_CRASHED, enumerator
/openbmc/linux/sound/soc/sof/
H A Dops.c179 sof_set_fw_state(sdev, SOF_FW_CRASHED); in snd_sof_dsp_panic()
H A Dpm.c351 if (sdev->fw_state == SOF_FW_CRASHED || in snd_sof_prepare()
H A Dsof-client-ipc-msg-injector.c38 if (sof_client_get_fw_state(cdev) == SOF_FW_CRASHED) in sof_msg_inject_dfs_open()
H A Dsof-client-ipc-flood-test.c41 if (sof_client_get_fw_state(cdev) == SOF_FW_CRASHED) in sof_ipc_flood_dfs_open()
H A Dcore.c137 case SOF_FW_CRASHED: in sof_set_fw_state()
H A Ddebug.c380 {SOF_FW_CRASHED, "SOF_FW_CRASHED"},
H A Dsof-client-probes.c42 if (sof_client_get_fw_state(cdev) == SOF_FW_CRASHED) in sof_probes_compr_startup()
H A Dipc4-pcm.c388 if (sdev->fw_state != SOF_FW_CRASHED || state != SOF_IPC4_PIPE_RESET) in sof_ipc4_trigger_pipelines()
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-dsp.c704 if (imr_lost || sdev->fw_state == SOF_FW_CRASHED || in hda_suspend()