Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/drivers/rpmsg/
Drpmsg_internal.h32 struct rpmsg_endpoint *(*create_ept)(struct rpmsg_device *rpdev,
56 void (*destroy_ept)(struct rpmsg_endpoint *ept);
58 int (*send)(struct rpmsg_endpoint *ept, void *data, int len);
59 int (*sendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
60 int (*send_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst,
63 int (*trysend)(struct rpmsg_endpoint *ept, void *data, int len);
64 int (*trysendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
65 int (*trysend_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst,
67 __poll_t (*poll)(struct rpmsg_endpoint *ept, struct file *filp,
Dvirtio_rpmsg_bus.c69 struct rpmsg_endpoint *ns_ept;
167 static void virtio_rpmsg_destroy_ept(struct rpmsg_endpoint *ept);
168 static int virtio_rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len);
169 static int virtio_rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len,
171 static int virtio_rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src,
173 static int virtio_rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len);
174 static int virtio_rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data,
176 static int virtio_rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src,
222 struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, in __ept_release()
232 static struct rpmsg_endpoint *__rpmsg_create_ept(struct virtproc_info *vrp, in __rpmsg_create_ept()
[all …]
Drpmsg_core.c63 struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *rpdev, in rpmsg_create_ept()
82 void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept()
107 int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_send()
136 int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in rpmsg_sendto()
167 int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, in rpmsg_send_offchannel()
196 int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_trysend()
224 int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in rpmsg_trysendto()
243 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp, in rpmsg_poll()
274 int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, in rpmsg_trysend_offchannel()
450 struct rpmsg_endpoint *ept = NULL; in rpmsg_dev_probe()
Dqcom_smd.c167 struct rpmsg_endpoint ept;
416 struct rpmsg_endpoint *ept = &channel->qsept->ept; in qcom_smd_channel_set_callback()
544 struct rpmsg_endpoint *ept = &channel->qsept->ept; in qcom_smd_channel_recv_single()
896 struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, in __ept_release()
901 static struct rpmsg_endpoint *qcom_smd_create_ept(struct rpmsg_device *rpdev, in qcom_smd_create_ept()
909 struct rpmsg_endpoint *ept; in qcom_smd_create_ept()
953 static void qcom_smd_destroy_ept(struct rpmsg_endpoint *ept) in qcom_smd_destroy_ept()
963 static int qcom_smd_send(struct rpmsg_endpoint *ept, void *data, int len) in qcom_smd_send()
970 static int qcom_smd_trysend(struct rpmsg_endpoint *ept, void *data, int len) in qcom_smd_trysend()
977 static __poll_t qcom_smd_poll(struct rpmsg_endpoint *ept, in qcom_smd_poll()
Dqcom_glink_native.c155 struct rpmsg_endpoint ept;
1107 static struct rpmsg_endpoint *qcom_glink_create_ept(struct rpmsg_device *rpdev, in qcom_glink_create_ept()
1116 struct rpmsg_endpoint *ept; in qcom_glink_create_ept()
1186 static void qcom_glink_destroy_ept(struct rpmsg_endpoint *ept) in qcom_glink_destroy_ept()
1301 static int qcom_glink_send(struct rpmsg_endpoint *ept, void *data, int len) in qcom_glink_send()
1308 static int qcom_glink_trysend(struct rpmsg_endpoint *ept, void *data, int len) in qcom_glink_trysend()
Drpmsg_char.c74 struct rpmsg_endpoint *ept;
126 struct rpmsg_endpoint *ept; in rpmsg_eptdev_open()
/Linux-v5.4/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-v5.4/drivers/bluetooth/
Dbtqcomsmd.c23 struct rpmsg_endpoint *acl_channel;
24 struct rpmsg_endpoint *cmd_channel;
/Linux-v5.4/drivers/soc/qcom/
Dwcnss_ctrl.c35 struct rpmsg_endpoint *channel;
271 struct rpmsg_endpoint *qcom_wcnss_open_channel(void *wcnss, const char *name, rpmsg_rx_cb_t cb, voi… in qcom_wcnss_open_channel()
Dglink_ssr.c49 struct rpmsg_endpoint *ept;
Dsmd-rpm.c27 struct rpmsg_endpoint *rpm_channel;
Dapr.c18 struct rpmsg_endpoint *ch;
/Linux-v5.4/drivers/platform/chrome/
Dcros_ec_rpmsg.c44 struct rpmsg_endpoint *ept;
199 static struct rpmsg_endpoint *
/Linux-v5.4/net/qrtr/
Dsmd.c15 struct rpmsg_endpoint *channel;
/Linux-v5.4/drivers/net/wireless/ath/wcn36xx/
Dwcn36xx.h203 struct rpmsg_endpoint *smd_channel;
/Linux-v5.4/Documentation/
Drpmsg.txt195 struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_channel *rpdev,
201 appropriate callback handler) by means of an rpmsg_endpoint struct.
233 void rpmsg_destroy_ept(struct rpmsg_endpoint *ept);
/Linux-v5.4/drivers/remoteproc/
Dqcom_sysmon.c37 struct rpmsg_endpoint *ept;