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.c24 struct avs_ipc *ipc = adev->ipc; in avs_dsp_set_d0ix()
56 struct avs_ipc *ipc = container_of(work, struct avs_ipc, d0ix_work.work); in avs_dsp_d0ix_work()
63 struct avs_ipc *ipc = adev->ipc; in avs_dsp_wake_d0i0()
75 struct avs_ipc *ipc = adev->ipc; in avs_dsp_disable_d0ix()
88 struct avs_ipc *ipc = adev->ipc; in avs_dsp_enable_d0ix()
153 struct avs_ipc *ipc = container_of(work, struct avs_ipc, recovery_work); in avs_dsp_recovery_work()
160 struct avs_ipc *ipc = adev->ipc; in avs_dsp_exception_caught()
187 struct avs_ipc *ipc = adev->ipc; in avs_dsp_receive_rx()
289 struct avs_ipc *ipc = adev->ipc; in avs_dsp_process_response()
308 static bool avs_ipc_is_busy(struct avs_ipc *ipc) in avs_ipc_is_busy()
[all …]
H A Davs.h138 struct avs_ipc *ipc;
218 struct avs_ipc { struct
264 int avs_ipc_init(struct avs_ipc *ipc, struct device *dev);
265 void avs_ipc_block(struct avs_ipc *ipc);
H A Dcore.c382 struct avs_ipc *ipc; in avs_bus_init()