Home
last modified time | relevance | path

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

/linux-6.6.21/sound/soc/sof/
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()
Dipc4.c743 .get_reply = sof_ipc4_get_reply,
Dsof-priv.h501 int (*get_reply)(struct snd_sof_dev *sdev); member
Dipc3.c1160 .get_reply = sof_ipc3_get_reply,
/linux-6.6.21/net/ceph/
Dosd_client.c5458 static struct ceph_msg *get_reply(struct ceph_connection *con, in get_reply() function
5565 return get_reply(con, hdr, skip); in osd_alloc_msg()