Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ceph/
H A Dauth_none.c72 static int handle_reply(struct ceph_auth_client *ac, int result, in handle_reply() function
125 .handle_reply = handle_reply,
H A Dauth.c243 ret = ac->ops->handle_reply(ac, result, payload, payload_end); in ceph_handle_auth_reply()
H A Dauth_x.c918 .handle_reply = ceph_x_handle_reply,
H A Dosd_client.c3672 static void handle_reply(struct ceph_osd *osd, struct ceph_msg *msg) in handle_reply() function
5360 handle_reply(osd, msg); in dispatch()
/OK3568_Linux_fs/kernel/include/linux/firmware/imx/
H A Ddsp.h26 void (*handle_reply)(struct imx_dsp_ipc *ipc); member
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dauth.h55 int (*handle_reply)(struct ceph_auth_client *ac, int result, member
/OK3568_Linux_fs/kernel/drivers/firmware/imx/
H A Dimx-dsp.c56 chan->ipc->ops->handle_reply(chan->ipc); in imx_dsp_handle_rx()
/OK3568_Linux_fs/kernel/sound/soc/sof/imx/
H A Dimx8m.c105 .handle_reply = imx8m_dsp_handle_reply,
H A Dimx8.c132 .handle_reply = imx8_dsp_handle_reply,
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dmds_client.c3123 static void handle_reply(struct ceph_mds_session *session, struct ceph_msg *msg) in handle_reply() function
5125 handle_reply(s, msg); in dispatch()