Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/
H A Dsof-client-probes-ipc3.c79 ret = sof_client_ipc_tx_message_no_reply(cdev, msg); in ipc3_probes_init()
99 return sof_client_ipc_tx_message_no_reply(cdev, &msg); in ipc3_probes_deinit()
191 ret = sof_client_ipc_tx_message_no_reply(cdev, msg); in ipc3_probes_points_add()
221 ret = sof_client_ipc_tx_message_no_reply(cdev, msg); in ipc3_probes_points_remove()
H A Dsof-client-probes-ipc4.c133 return sof_client_ipc_tx_message_no_reply(cdev, &msg); in ipc4_probes_init()
163 return sof_client_ipc_tx_message_no_reply(cdev, &msg); in ipc4_probes_deinit()
H A Dsof-client.h42 static inline int sof_client_ipc_tx_message_no_reply(struct sof_client_dev *cdev, void *ipc_msg) in sof_client_ipc_tx_message_no_reply() function
H A Dsof-client-ipc-flood-test.c86 ret = sof_client_ipc_tx_message_no_reply(cdev, &hdr); in sof_debug_ipc_flood_test()