Home
last modified time | relevance | path

Searched refs:delayed_ipc_tx_msg (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-ipc.c102 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()
H A Dcnl.c107 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()
H A Dmtl.c100 hdev->delayed_ipc_tx_msg = msg; in mtl_ipc_send_msg()
104 hdev->delayed_ipc_tx_msg = NULL; in mtl_ipc_send_msg()
613 if (hdev->delayed_ipc_tx_msg) in mtl_ipc_irq_thread()
614 mtl_ipc_send_msg(sdev, hdev->delayed_ipc_tx_msg); in mtl_ipc_irq_thread()
H A Dhda.h536 struct snd_sof_ipc_msg *delayed_ipc_tx_msg; member