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()
100 hdev->delayed_ipc_tx_msg = msg; in mtl_ipc_send_msg()104 hdev->delayed_ipc_tx_msg = NULL; in mtl_ipc_send_msg()574 if (hdev->delayed_ipc_tx_msg) in mtl_ipc_irq_thread()575 mtl_ipc_send_msg(sdev, hdev->delayed_ipc_tx_msg); in mtl_ipc_irq_thread()
536 struct snd_sof_ipc_msg *delayed_ipc_tx_msg; member