Searched refs:sof_client_ipc_tx_message (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/soc/sof/ ! |
| H A D | sof-client.h | 34 int sof_client_ipc_tx_message(struct sof_client_dev *cdev, void *ipc_msg, 38 return sof_client_ipc_tx_message(cdev, ipc_msg, NULL, 0); in sof_client_ipc_tx_message_no_reply()
|
| H A D | sof-client-probes-ipc3.c | 127 ret = sof_client_ipc_tx_message(cdev, &msg, reply, max_msg_size); in ipc3_probes_info()
|
| H A D | sof-client.c | 306 int sof_client_ipc_tx_message(struct sof_client_dev *cdev, void *ipc_msg, in sof_client_ipc_tx_message() function 325 EXPORT_SYMBOL_NS_GPL(sof_client_ipc_tx_message, "SND_SOC_SOF_CLIENT");
|
| H A D | sof-client-ipc-msg-injector.c | 137 ret = sof_client_ipc_tx_message(cdev, priv->tx_buffer, in sof_msg_inject_send_message()
|