Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dsof.h42 SOF_FW_CRASHED, enumerator
/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-flood-test.c41 if (sof_client_get_fw_state(cdev) == SOF_FW_CRASHED) in sof_ipc_flood_dfs_open()
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 Ddebug.c398 {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 Dcore.c174 case SOF_FW_CRASHED: in sof_set_fw_state()
/linux/sound/soc/sof/intel/
H A Dhda-dsp.c804 if (imr_lost || sdev->fw_state == SOF_FW_CRASHED || in hda_suspend()