Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/intel/avs/
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()
150 struct avs_ipc *ipc = container_of(work, struct avs_ipc, recovery_work); in avs_dsp_recovery_work()
157 struct avs_ipc *ipc = adev->ipc; in avs_dsp_exception_caught()
182 struct avs_ipc *ipc = adev->ipc; in avs_dsp_receive_rx()
281 struct avs_ipc *ipc = adev->ipc; in avs_dsp_process_response()
303 struct avs_ipc *ipc = adev->ipc; in avs_dsp_irq_handler()
[all …]
Davs.h119 struct avs_ipc *ipc;
186 struct avs_ipc { struct
249 int avs_ipc_init(struct avs_ipc *ipc, struct device *dev);
250 void avs_ipc_block(struct avs_ipc *ipc);
Dcore.c356 struct avs_ipc *ipc; in avs_bus_init()