Lines Matching refs:ops
57 if (ipc->ops.shim_dbg != NULL) in tx_wait_done()
58 ipc->ops.shim_dbg(ipc, "message timeout"); in tx_wait_done()
102 if ((request.size) && (ipc->ops.tx_data_copy != NULL)) in ipc_tx_message()
103 ipc->ops.tx_data_copy(msg, request.data, request.size); in ipc_tx_message()
165 if (ipc->ops.is_dsp_busy && ipc->ops.is_dsp_busy(ipc->dsp)) { in ipc_tx_msgs()
173 if (ipc->ops.tx_msg != NULL) in ipc_tx_msgs()
174 ipc->ops.tx_msg(ipc, msg); in ipc_tx_msgs()
190 if (ipc->ops.check_dsp_lp_on) in sst_ipc_tx_message_wait()
191 if (ipc->ops.check_dsp_lp_on(ipc->dsp, true)) in sst_ipc_tx_message_wait()
196 if (ipc->ops.check_dsp_lp_on) in sst_ipc_tx_message_wait()
197 if (ipc->ops.check_dsp_lp_on(ipc->dsp, false)) in sst_ipc_tx_message_wait()
224 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()