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 *ip in avs_dsp_receive_rx()
[all...]
H A Davs.h139 struct avs_ipc *ipc;
207 * struct avs_ipc - DSP IPC context
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);
222 rxavs_ipc global() argument
223 default_timeout_msavs_ipc global() argument
224 readyavs_ipc global() argument
225 recoveringavs_ipc global() argument
227 rx_completedavs_ipc global() argument
251 in_d0ixavs_ipc global() argument
H A Dcore.c381 struct avs_ipc *ipc; in avs_bus_init()