Home
last modified time | relevance | path

Searched refs:SOF_FW_BOOT_COMPLETE (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/include/sound/
H A Dsof.h41 SOF_FW_BOOT_COMPLETE, enumerator
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-ipc.c191 if (likely(sdev->fw_state == SOF_FW_BOOT_COMPLETE)) { in hda_dsp_ipc4_irq_thread()
280 if (likely(sdev->fw_state == SOF_FW_BOOT_COMPLETE)) { in hda_dsp_ipc_irq_thread()
H A Dcnl.c66 if (likely(sdev->fw_state == SOF_FW_BOOT_COMPLETE)) { in cnl_ipc4_irq_thread()
142 if (likely(sdev->fw_state == SOF_FW_BOOT_COMPLETE)) { in cnl_ipc_irq_thread()
H A Dmtl.c572 if (likely(sdev->fw_state == SOF_FW_BOOT_COMPLETE)) { in mtl_ipc_irq_thread()
H A Dhda-dsp.c1088 if (sdev->fw_state != SOF_FW_BOOT_COMPLETE || core == SOF_DSP_PRIMARY_CORE) in hda_dsp_core_get()
/openbmc/linux/sound/soc/sof/
H A Dcore.c136 case SOF_FW_BOOT_COMPLETE: in sof_set_fw_state()
510 if (sdev->fw_state == SOF_FW_BOOT_COMPLETE) { in snd_sof_device_shutdown()
H A Dloader.c168 sof_set_fw_state(sdev, SOF_FW_BOOT_COMPLETE); in snd_sof_run_firmware()
H A Dipc.c43 if (ipc->disable_ipc_tx || sdev->fw_state != SOF_FW_BOOT_COMPLETE) in sof_ipc_send_msg()
H A Dpm.c221 if (sdev->fw_state != SOF_FW_BOOT_COMPLETE) in sof_suspend()
H A Ddebug.c379 {SOF_FW_BOOT_COMPLETE, "SOF_FW_BOOT_COMPLETE"},
/openbmc/linux/sound/soc/sof/amd/
H A Dacp-ipc.c168 if (sdev->first_boot && sdev->fw_state != SOF_FW_BOOT_COMPLETE) { in acp_sof_ipc_irq_thread()