Home
last modified time | relevance | path

Searched refs:rpmsg_endpoint (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/
Drpmsg.h24 struct rpmsg_endpoint;
56 struct rpmsg_endpoint *ept;
87 struct rpmsg_endpoint { struct
120 void rpmsg_destroy_ept(struct rpmsg_endpoint *);
121 struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *,
125 int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len);
126 int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
127 int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst,
130 int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len);
131 int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
[all …]
/linux-4.19.296/include/linux/soc/qcom/
Dwcnss_ctrl.h9 struct rpmsg_endpoint *qcom_wcnss_open_channel(void *wcnss, const char *name,
14 static struct rpmsg_endpoint *qcom_wcnss_open_channel(void *wcnss, in qcom_wcnss_open_channel()
/linux-4.19.296/drivers/bluetooth/
Dbtqcomsmd.c32 struct rpmsg_endpoint *acl_channel;
33 struct rpmsg_endpoint *cmd_channel;