Home
last modified time | relevance | path

Searched refs:pm_gate (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/sof/intel/
A Dhda-dsp.c355 struct sof_ipc_pm_gate pm_gate; in hda_dsp_send_pm_gate_ipc() local
358 memset(&pm_gate, 0, sizeof(pm_gate)); in hda_dsp_send_pm_gate_ipc()
361 pm_gate.hdr.size = sizeof(pm_gate); in hda_dsp_send_pm_gate_ipc()
362 pm_gate.hdr.cmd = SOF_IPC_GLB_PM_MSG | SOF_IPC_PM_GATE; in hda_dsp_send_pm_gate_ipc()
363 pm_gate.flags = flags; in hda_dsp_send_pm_gate_ipc()
366 return sof_ipc_tx_message_no_pm(sdev->ipc, pm_gate.hdr.cmd, in hda_dsp_send_pm_gate_ipc()
367 &pm_gate, sizeof(pm_gate), &reply, in hda_dsp_send_pm_gate_ipc()
A Dcnl.c149 struct sof_ipc_pm_gate *pm_gate; in cnl_compact_ipc_compress() local
152 pm_gate = msg->msg_data; in cnl_compact_ipc_compress()
158 *dd = pm_gate->flags; in cnl_compact_ipc_compress()

Completed in 5 milliseconds