Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dipc.c125 sdev->msg->reply_error = sdev->ipc->ops->get_reply(sdev); in snd_sof_ipc_get_reply()
184 if (!ops->tx_msg || !ops->rx_msg || !ops->set_get_data || !ops->get_reply) { in snd_sof_ipc_init()
H A Dsof-priv.h494 * @get_reply: Function pointer for fetching the reply to
518 int (*get_reply)(struct snd_sof_dev *sdev); member
H A Dipc4.c882 .get_reply = sof_ipc4_get_reply,
H A Dipc3.c1156 .get_reply = sof_ipc3_get_reply,