Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/intel/common/
Dsst-ipc.h52 u64 (*reply_msg_match)(u64 header, u64 *mask); member
Dsst-ipc.c232 if (ipc->ops.reply_msg_match != NULL) in sst_ipc_reply_find_msg()
233 header = ipc->ops.reply_msg_match(header, &mask); in sst_ipc_reply_find_msg()
/Linux-v4.19/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.c704 ipc->ops.reply_msg_match = byt_reply_msg_match; in sst_byt_dsp_init()
/Linux-v4.19/sound/soc/intel/haswell/
Dsst-haswell-ipc.c2121 ipc->ops.reply_msg_match = hsw_reply_msg_match; in sst_hsw_dsp_init()