Home
last modified time | relevance | path

Searched refs:SOF_FW_BOOT_NOT_STARTED (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/sof/
H A Dcore.c263 sdev->fw_state = SOF_FW_BOOT_NOT_STARTED; in sof_probe_continue()
298 sdev->fw_state = SOF_FW_BOOT_NOT_STARTED; in snd_sof_device_probe()
351 if (sdev->fw_state > SOF_FW_BOOT_NOT_STARTED) { in snd_sof_device_remove()
375 if (sdev->fw_state > SOF_FW_BOOT_NOT_STARTED) in snd_sof_device_remove()
H A Dpm.c240 if (sdev->fw_state == SOF_FW_BOOT_NOT_STARTED) in sof_suspend()
258 sdev->fw_state = SOF_FW_BOOT_NOT_STARTED; in sof_suspend()
H A Dsof-priv.h345 SOF_FW_BOOT_NOT_STARTED = 0, enumerator
/kernel/linux/linux-6.6/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"},
/kernel/linux/linux-6.6/include/sound/
H A Dsof.h23 * @SOF_FW_BOOT_NOT_STARTED: firmware boot is not yet started
34 SOF_FW_BOOT_NOT_STARTED = 0, enumerator

Completed in 5 milliseconds