Home
last modified time | relevance | path

Searched refs:sst_ipc_reply_find_msg (Results 1 – 4 of 4) sorted by relevance

/sound/soc/intel/common/
Dsst-ipc.h79 struct ipc_message *sst_ipc_reply_find_msg(struct sst_generic_ipc *ipc,
Dsst-ipc.c218 struct ipc_message *sst_ipc_reply_find_msg(struct sst_generic_ipc *ipc, in sst_ipc_reply_find_msg() function
242 EXPORT_SYMBOL_GPL(sst_ipc_reply_find_msg);
/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.c239 msg = sst_ipc_reply_find_msg(&byt->ipc, header); in sst_byt_process_reply()
/sound/soc/intel/haswell/
Dsst-haswell-ipc.c549 msg = sst_ipc_reply_find_msg(&hsw->ipc, header); in hsw_process_reply()