Home
last modified time | relevance | path

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

/linux/sound/soc/sof/intel/
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()
270 hdev->delayed_ipc_tx_msg = msg; in cnl_ipc4_send_msg()
274 hdev->delayed_ipc_tx_msg = NULL; in cnl_ipc4_send_msg()
H A Dhda-ipc.c110 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()
H A Dhda.h559 struct snd_sof_ipc_msg *delayed_ipc_tx_msg; member