Home
last modified time | relevance | path

Searched refs:SOF_FW_BOOT_NOT_STARTED (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/soc/sof/
H A Dcore.c135 case SOF_FW_BOOT_NOT_STARTED: in sof_set_fw_state()
333 sof_set_fw_state(sdev, SOF_FW_BOOT_NOT_STARTED); in sof_probe_continue()
437 sof_set_fw_state(sdev, SOF_FW_BOOT_NOT_STARTED); in snd_sof_device_probe()
480 if (sdev->fw_state > SOF_FW_BOOT_NOT_STARTED) { in snd_sof_device_remove()
H A Dpm.c272 if (sdev->fw_state == SOF_FW_BOOT_NOT_STARTED) in sof_suspend()
290 sof_set_fw_state(sdev, SOF_FW_BOOT_NOT_STARTED); in sof_suspend()
H A Ddebug.c372 {SOF_FW_BOOT_NOT_STARTED, "SOF_FW_BOOT_NOT_STARTED"},
/openbmc/linux/include/sound/
H A Dsof.h34 SOF_FW_BOOT_NOT_STARTED = 0, enumerator