reply_msg_match   694 sound/soc/intel/baytrail/sst-baytrail-ipc.c 	ipc->ops.reply_msg_match = byt_reply_msg_match;
reply_msg_match   224 sound/soc/intel/common/sst-ipc.c 	if (ipc->ops.reply_msg_match != NULL)
reply_msg_match   225 sound/soc/intel/common/sst-ipc.c 		header = ipc->ops.reply_msg_match(header, &mask);
reply_msg_match    45 sound/soc/intel/common/sst-ipc.h 	u64  (*reply_msg_match)(u64 header, u64 *mask);
reply_msg_match  2118 sound/soc/intel/haswell/sst-haswell-ipc.c 	ipc->ops.reply_msg_match = hsw_reply_msg_match;