Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drpmsg.h24 struct rpmsg_endpoint;
59 struct rpmsg_endpoint *ept;
93 struct rpmsg_endpoint { struct
180 void rpmsg_destroy_ept(struct rpmsg_endpoint *);
181 struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *,
185 int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len);
195 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp,
198 ssize_t rpmsg_get_mtu(struct rpmsg_endpoint *ept);
239 static inline void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept()
309 static inline __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, in rpmsg_poll()
[all …]
/openbmc/linux/drivers/rpmsg/
H A Drpmsg_internal.h40 struct rpmsg_endpoint *(*create_ept)(struct rpmsg_device *rpdev,
66 void (*destroy_ept)(struct rpmsg_endpoint *ept);
68 int (*send)(struct rpmsg_endpoint *ept, void *data, int len);
69 int (*sendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
70 int (*send_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst,
73 int (*trysend)(struct rpmsg_endpoint *ept, void *data, int len);
74 int (*trysendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
75 int (*trysend_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst,
77 __poll_t (*poll)(struct rpmsg_endpoint *ept, struct file *filp,
79 int (*set_flow_control)(struct rpmsg_endpoint *ept, bool pause, u32 dst);
[all …]
H A Dvirtio_rpmsg_bus.c140 static void virtio_rpmsg_destroy_ept(struct rpmsg_endpoint *ept);
144 static int virtio_rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src,
147 static int virtio_rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data,
151 static ssize_t virtio_rpmsg_get_mtu(struct rpmsg_endpoint *ept);
199 struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, in __ept_release()
209 static struct rpmsg_endpoint *__rpmsg_create_ept(struct virtproc_info *vrp, in __rpmsg_create_ept()
215 struct rpmsg_endpoint *ept; in __rpmsg_create_ept()
298 __rpmsg_destroy_ept(struct virtproc_info *vrp, struct rpmsg_endpoint *ept) in __rpmsg_destroy_ept()
313 static void virtio_rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in virtio_rpmsg_destroy_ept()
701 static ssize_t virtio_rpmsg_get_mtu(struct rpmsg_endpoint *ept) in virtio_rpmsg_get_mtu()
[all …]
H A Dmtk_rpmsg.c19 struct rpmsg_endpoint *ns_ept;
56 struct rpmsg_endpoint ept;
67 struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, in __mtk_ept_release()
75 struct rpmsg_endpoint *ept = &mept->ept; in mtk_rpmsg_ipi_handler()
84 static struct rpmsg_endpoint *
90 struct rpmsg_endpoint *ept; in __mtk_create_ept()
119 static struct rpmsg_endpoint *
129 static void mtk_rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in mtk_rpmsg_destroy_ept()
138 static int mtk_rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) in mtk_rpmsg_send()
147 static int mtk_rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in mtk_rpmsg_trysend()
H A Drpmsg_core.c110 struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *rpdev, in rpmsg_create_ept()
129 void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept()
154 int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_send()
183 int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in rpmsg_sendto()
214 int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, in rpmsg_send_offchannel()
243 int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_trysend()
290 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp, in rpmsg_poll()
321 int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, in rpmsg_trysend_offchannel()
341 int rpmsg_set_flow_control(struct rpmsg_endpoint *ept, bool pause, u32 dst) in rpmsg_set_flow_control()
362 ssize_t rpmsg_get_mtu(struct rpmsg_endpoint *ept) in rpmsg_get_mtu()
[all …]
H A 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 int qcom_smd_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in qcom_smd_sendto()
[all …]
H A Drpmsg_char.c66 struct rpmsg_endpoint *ept;
67 struct rpmsg_endpoint *default_ept;
138 struct rpmsg_endpoint *ept; in rpmsg_eptdev_open()
H A Dqcom_glink_native.c153 struct rpmsg_endpoint ept;
1046 static int qcom_glink_set_flow_control(struct rpmsg_endpoint *ept, bool pause, u32 dst) in qcom_glink_set_flow_control()
1236 static struct rpmsg_endpoint *qcom_glink_create_ept(struct rpmsg_device *rpdev, in qcom_glink_create_ept()
1245 struct rpmsg_endpoint *ept; in qcom_glink_create_ept()
1315 static void qcom_glink_destroy_ept(struct rpmsg_endpoint *ept) in qcom_glink_destroy_ept()
1446 static int qcom_glink_send(struct rpmsg_endpoint *ept, void *data, int len) in qcom_glink_send()
1453 static int qcom_glink_trysend(struct rpmsg_endpoint *ept, void *data, int len) in qcom_glink_trysend()
1460 static int qcom_glink_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in qcom_glink_sendto()
1467 static int qcom_glink_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in qcom_glink_trysendto()
H A Drpmsg_ns.c76 struct rpmsg_endpoint *ns_ept; in rpmsg_ns_probe()
H A Dqcom_glink_ssr.c50 struct rpmsg_endpoint *ept;
/openbmc/linux/include/linux/soc/qcom/
H A 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()
/openbmc/linux/drivers/bluetooth/
H A Dbtqcomsmd.c23 struct rpmsg_endpoint *acl_channel;
24 struct rpmsg_endpoint *cmd_channel;
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_rpmsg.c49 struct rpmsg_endpoint *ept;
200 static struct rpmsg_endpoint *
/openbmc/linux/drivers/soc/qcom/
H A Dwcnss_ctrl.c36 struct rpmsg_endpoint *channel;
279 struct rpmsg_endpoint *qcom_wcnss_open_channel(void *wcnss, const char *name, rpmsg_rx_cb_t cb, voi… in qcom_wcnss_open_channel()
H A Dsmd-rpm.c28 struct rpmsg_endpoint *rpm_channel;
H A Dpmic_glink.c29 struct rpmsg_endpoint *ept;
H A Dapr.c28 struct rpmsg_endpoint *ch;
/openbmc/linux/net/qrtr/
H A Dsmd.c15 struct rpmsg_endpoint *channel;
/openbmc/linux/drivers/net/wwan/
H A Drpmsg_wwan_ctrl.c14 struct rpmsg_endpoint *ept;
/openbmc/linux/drivers/cdx/controller/
H A Dmcdi.h78 struct rpmsg_endpoint *ept;
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dwcn36xx.h234 struct rpmsg_endpoint *smd_channel;
/openbmc/linux/Documentation/staging/
H A Drpmsg.rst195 struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *rpdev,
201 appropriate callback handler) by means of an rpmsg_endpoint struct.
233 void rpmsg_destroy_ept(struct rpmsg_endpoint *ept);
/openbmc/linux/drivers/remoteproc/
H A Dqcom_sysmon.c39 struct rpmsg_endpoint *ept;