Lines Matching refs:hdev
101 struct sof_intel_hda_dev *hdev = sdev->pdata->hw_pdata; in mtl_ipc_send_msg() local
105 hdev->delayed_ipc_tx_msg = msg; in mtl_ipc_send_msg()
109 hdev->delayed_ipc_tx_msg = NULL; in mtl_ipc_send_msg()
121 hda_dsp_ipc4_schedule_d0i3_work(hdev, msg); in mtl_ipc_send_msg()
242 struct sof_intel_hda_dev *hdev = sdev->pdata->hw_pdata; in mtl_dsp_pre_fw_run() local
294 if (hdev->info.handle && hdev->info.link_mask > 0) in mtl_dsp_pre_fw_run()
306 struct sof_intel_hda_dev *hdev = sdev->pdata->hw_pdata; in mtl_dsp_post_fw_run() local
316 hdev->imrboot_supported = true; in mtl_dsp_post_fw_run()
319 &hdev->skip_imr_boot); in mtl_dsp_post_fw_run()
632 struct sof_intel_hda_dev *hdev = sdev->pdata->hw_pdata; in mtl_ipc_irq_thread() local
634 if (hdev->delayed_ipc_tx_msg) in mtl_ipc_irq_thread()
635 mtl_ipc_send_msg(sdev, hdev->delayed_ipc_tx_msg); in mtl_ipc_irq_thread()