Home
last modified time | relevance | path

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

/sound/soc/intel/common/
Dsst-ipc.h45 u64 (*reply_msg_match)(u64 header, u64 *mask); member
Dsst-ipc.c224 if (ipc->ops.reply_msg_match != NULL) in sst_ipc_reply_find_msg()
225 header = ipc->ops.reply_msg_match(header, &mask); in sst_ipc_reply_find_msg()
/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.c694 ipc->ops.reply_msg_match = byt_reply_msg_match; in sst_byt_dsp_init()
/sound/soc/intel/haswell/
Dsst-haswell-ipc.c2118 ipc->ops.reply_msg_match = hsw_reply_msg_match; in sst_hsw_dsp_init()