Home
last modified time | relevance | path

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

/linux/sound/soc/intel/avs/
H A Dipc.c23 struct avs_ipc *ipc = adev->ipc; in avs_dsp_set_d0ix()
55 struct avs_ipc *ipc = container_of(work, struct avs_ipc, d0ix_work.work); in avs_dsp_d0ix_work()
62 struct avs_ipc *ipc = adev->ipc; in avs_dsp_wake_d0i0()
74 struct avs_ipc *ipc = adev->ipc; in avs_dsp_disable_d0ix()
87 struct avs_ipc *ipc = adev->ipc; in avs_dsp_enable_d0ix()
152 struct avs_ipc *ipc = container_of(work, struct avs_ipc, recovery_work); in avs_dsp_recovery_work()
159 struct avs_ipc *ipc = adev->ipc; in avs_dsp_exception_caught()
186 struct avs_ipc *ipc = adev->ipc; in avs_dsp_receive_rx()
288 struct avs_ipc *ipc = adev->ipc; in avs_dsp_process_response()
307 static bool avs_ipc_is_busy(struct avs_ipc *ipc) in avs_ipc_is_busy()
[all …]
H A Davs.h139 struct avs_ipc *ipc;
219 struct avs_ipc { struct
265 int avs_ipc_init(struct avs_ipc *ipc, struct device *dev);
266 void avs_ipc_block(struct avs_ipc *ipc);
H A Dcore.c381 struct avs_ipc *ipc; in avs_bus_init()