Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/intel/common/
Dsst-ipc.h43 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()