Home
last modified time | relevance | path

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

/linux/net/ceph/
H A Dauth_none.c72 static int handle_reply(struct ceph_auth_client *ac, u64 global_id, in handle_reply() function
127 .handle_reply = handle_reply,
H A Dauth.c267 ret = ac->ops->handle_reply(ac, global_id, payload, payload_end, in ceph_handle_auth_reply()
483 ret = ac->ops->handle_reply(ac, 0, reply, reply + reply_len, in ceph_auth_handle_reply_more()
501 ret = ac->ops->handle_reply(ac, global_id, reply, reply + reply_len, in ceph_auth_handle_reply_done()
H A Dauth_x.c1158 .handle_reply = ceph_x_handle_reply,
H A Dosd_client.c3749 static void handle_reply(struct ceph_osd *osd, struct ceph_msg *msg) in handle_reply() function
5370 handle_reply(osd, msg); in osd_dispatch()
/linux/include/linux/firmware/mediatek/
H A Dmtk-adsp-ipc.h28 void (*handle_reply)(struct mtk_adsp_ipc *ipc); member
/linux/include/linux/firmware/imx/
H A Ddsp.h26 void (*handle_reply)(struct imx_dsp_ipc *ipc); member
/linux/include/linux/ceph/
H A Dauth.h53 int (*handle_reply)(struct ceph_auth_client *ac, u64 global_id, member
/linux/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.c40 .handle_reply = mtk_adsp_handle_reply,
/linux/sound/soc/sof/imx/
H A Dimx-common.c112 .handle_reply = imx_handle_reply, in imx_handle_request()
/linux/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c40 .handle_reply = mtk_adsp_handle_reply,
/linux/fs/ceph/
H A Dmds_client.c3854 static void handle_reply(struct ceph_mds_session *session, struct ceph_msg *msg) in handle_reply() function
6318 handle_reply(s, msg); in mds_dispatch()