Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/sof/
Dcore.c132 case SOF_FW_BOOT_NOT_STARTED: in sof_set_fw_state()
322 sof_set_fw_state(sdev, SOF_FW_BOOT_NOT_STARTED); in sof_probe_continue()
406 sof_set_fw_state(sdev, SOF_FW_BOOT_NOT_STARTED); in snd_sof_device_probe()
448 if (sdev->fw_state > SOF_FW_BOOT_NOT_STARTED) { in snd_sof_device_remove()
Dpm.c254 if (sdev->fw_state == SOF_FW_BOOT_NOT_STARTED) in sof_suspend()
272 sof_set_fw_state(sdev, SOF_FW_BOOT_NOT_STARTED); in sof_suspend()
Ddebug.c370 {SOF_FW_BOOT_NOT_STARTED, "SOF_FW_BOOT_NOT_STARTED"},
/linux-5.19.10/include/sound/
Dsof.h33 SOF_FW_BOOT_NOT_STARTED = 0, enumerator