Home
last modified time | relevance | path

Searched refs:handle_reply (Results 1 – 15 of 15) sorted by relevance

/linux-6.1.9/net/ceph/
Dauth_none.c72 static int handle_reply(struct ceph_auth_client *ac, u64 global_id, in handle_reply() function
127 .handle_reply = handle_reply,
Dauth.c265 ret = ac->ops->handle_reply(ac, global_id, payload, payload_end, in ceph_handle_auth_reply()
481 ret = ac->ops->handle_reply(ac, 0, reply, reply + reply_len, in ceph_auth_handle_reply_more()
499 ret = ac->ops->handle_reply(ac, global_id, reply, reply + reply_len, in ceph_auth_handle_reply_done()
Dauth_x.c1074 .handle_reply = ceph_x_handle_reply,
Dosd_client.c3676 static void handle_reply(struct ceph_osd *osd, struct ceph_msg *msg) in handle_reply() function
5326 handle_reply(osd, msg); in osd_dispatch()
/linux-6.1.9/include/linux/firmware/mediatek/
Dmtk-adsp-ipc.h28 void (*handle_reply)(struct mtk_adsp_ipc *ipc); member
/linux-6.1.9/include/linux/firmware/imx/
Ddsp.h26 void (*handle_reply)(struct imx_dsp_ipc *ipc); member
/linux-6.1.9/drivers/firmware/
Dmtk-adsp-ipc.c60 chan->ipc->ops->handle_reply(chan->ipc); in mtk_adsp_ipc_recv()
/linux-6.1.9/drivers/firmware/imx/
Dimx-dsp.c56 chan->ipc->ops->handle_reply(chan->ipc); in imx_dsp_handle_rx()
/linux-6.1.9/include/linux/ceph/
Dauth.h53 int (*handle_reply)(struct ceph_auth_client *ac, u64 global_id, member
/linux-6.1.9/sound/soc/sof/imx/
Dimx8m.c99 .handle_reply = imx8m_dsp_handle_reply,
Dimx8ulp.c112 .handle_reply = imx8ulp_dsp_handle_reply,
Dimx8.c106 .handle_reply = imx8_dsp_handle_reply,
/linux-6.1.9/sound/soc/sof/mediatek/mt8186/
Dmt8186.c119 .handle_reply = mt8186_dsp_handle_reply,
/linux-6.1.9/sound/soc/sof/mediatek/mt8195/
Dmt8195.c120 .handle_reply = mt8195_dsp_handle_reply,
/linux-6.1.9/fs/ceph/
Dmds_client.c3238 static void handle_reply(struct ceph_mds_session *session, struct ceph_msg *msg) in handle_reply() function
5331 handle_reply(s, msg); in mds_dispatch()