Searched refs:delayed_ipc_tx_msg (Results 1 – 4 of 4) sorted by relevance
102 hdev->delayed_ipc_tx_msg = msg; in hda_dsp_ipc4_send_msg()106 hdev->delayed_ipc_tx_msg = NULL; in hda_dsp_ipc4_send_msg()232 if (hdev->delayed_ipc_tx_msg) in hda_dsp_ipc4_irq_thread()233 hda_dsp_ipc4_send_msg(sdev, hdev->delayed_ipc_tx_msg); in hda_dsp_ipc4_irq_thread()
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()268 hdev->delayed_ipc_tx_msg = msg; in cnl_ipc4_send_msg()272 hdev->delayed_ipc_tx_msg = NULL; in cnl_ipc4_send_msg()
101 hdev->delayed_ipc_tx_msg = msg; in mtl_ipc_send_msg()105 hdev->delayed_ipc_tx_msg = NULL; in mtl_ipc_send_msg()588 if (hdev->delayed_ipc_tx_msg) in mtl_ipc_irq_thread()589 mtl_ipc_send_msg(sdev, hdev->delayed_ipc_tx_msg); in mtl_ipc_irq_thread()
539 struct snd_sof_ipc_msg *delayed_ipc_tx_msg; member