Home
last modified time | relevance | path

Searched refs:sof_client_ipc_tx_message (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/sound/soc/sof/
Dsof-client-probes.c110 ret = sof_client_ipc_tx_message(cdev, msg, &reply, sizeof(reply)); in sof_probes_init()
131 return sof_client_ipc_tx_message(cdev, &msg, &reply, sizeof(reply)); in sof_probes_deinit()
152 ret = sof_client_ipc_tx_message(cdev, &msg, reply, max_msg_size); in sof_probes_info()
224 ret = sof_client_ipc_tx_message(cdev, msg, &reply, sizeof(reply)); in sof_probes_points_add()
254 ret = sof_client_ipc_tx_message(cdev, msg, &reply, sizeof(reply)); in sof_probes_points_remove()
Dsof-client.h38 int sof_client_ipc_tx_message(struct sof_client_dev *cdev, void *ipc_msg,
Dsof-client.c249 int sof_client_ipc_tx_message(struct sof_client_dev *cdev, void *ipc_msg, in sof_client_ipc_tx_message() function
266 EXPORT_SYMBOL_NS_GPL(sof_client_ipc_tx_message, SND_SOC_SOF_CLIENT);
Dsof-client-ipc-flood-test.c87 ret = sof_client_ipc_tx_message(cdev, &hdr, &reply, sizeof(reply)); in sof_debug_ipc_flood_test()
Dsof-client-ipc-msg-injector.c135 ret = sof_client_ipc_tx_message(cdev, priv->tx_buffer, priv->rx_buffer, in sof_msg_inject_send_message()