Searched refs:delayed_ipc_tx_msg (Results 1 – 4 of 4) sorted by relevance
107 if (hdev->delayed_ipc_tx_msg) in cnl_ipc4_irq_thread()108 cnl_ipc4_send_msg(sdev, hdev->delayed_ipc_tx_msg); in cnl_ipc4_irq_thread()270 hdev->delayed_ipc_tx_msg = msg; in cnl_ipc4_send_msg()274 hdev->delayed_ipc_tx_msg = NULL; in cnl_ipc4_send_msg()
110 hdev->delayed_ipc_tx_msg = msg; in hda_dsp_ipc4_send_msg()114 hdev->delayed_ipc_tx_msg = NULL; in hda_dsp_ipc4_send_msg()242 if (hdev->delayed_ipc_tx_msg) in hda_dsp_ipc4_irq_thread()243 hda_dsp_ipc4_send_msg(sdev, hdev->delayed_ipc_tx_msg); in hda_dsp_ipc4_irq_thread()
104 hdev->delayed_ipc_tx_msg = msg; in mtl_ipc_send_msg()108 hdev->delayed_ipc_tx_msg = NULL; in mtl_ipc_send_msg()637 if (hdev->delayed_ipc_tx_msg) in mtl_ipc_irq_thread()638 mtl_ipc_send_msg(sdev, hdev->delayed_ipc_tx_msg); in mtl_ipc_irq_thread()
551 struct snd_sof_ipc_msg *delayed_ipc_tx_msg; member