rpmsg_endpoint 23 drivers/bluetooth/btqcomsmd.c struct rpmsg_endpoint *acl_channel; rpmsg_endpoint 24 drivers/bluetooth/btqcomsmd.c struct rpmsg_endpoint *cmd_channel; rpmsg_endpoint 203 drivers/net/wireless/ath/wcn36xx/wcn36xx.h struct rpmsg_endpoint *smd_channel; rpmsg_endpoint 44 drivers/platform/chrome/cros_ec_rpmsg.c struct rpmsg_endpoint *ept; rpmsg_endpoint 208 drivers/platform/chrome/cros_ec_rpmsg.c static struct rpmsg_endpoint * rpmsg_endpoint 37 drivers/remoteproc/qcom_sysmon.c struct rpmsg_endpoint *ept; rpmsg_endpoint 155 drivers/rpmsg/qcom_glink_native.c struct rpmsg_endpoint ept; rpmsg_endpoint 1127 drivers/rpmsg/qcom_glink_native.c static struct rpmsg_endpoint *qcom_glink_create_ept(struct rpmsg_device *rpdev, rpmsg_endpoint 1136 drivers/rpmsg/qcom_glink_native.c struct rpmsg_endpoint *ept; rpmsg_endpoint 1206 drivers/rpmsg/qcom_glink_native.c static void qcom_glink_destroy_ept(struct rpmsg_endpoint *ept) rpmsg_endpoint 1321 drivers/rpmsg/qcom_glink_native.c static int qcom_glink_send(struct rpmsg_endpoint *ept, void *data, int len) rpmsg_endpoint 1328 drivers/rpmsg/qcom_glink_native.c static int qcom_glink_trysend(struct rpmsg_endpoint *ept, void *data, int len) rpmsg_endpoint 167 drivers/rpmsg/qcom_smd.c struct rpmsg_endpoint ept; rpmsg_endpoint 416 drivers/rpmsg/qcom_smd.c struct rpmsg_endpoint *ept = &channel->qsept->ept; rpmsg_endpoint 544 drivers/rpmsg/qcom_smd.c struct rpmsg_endpoint *ept = &channel->qsept->ept; rpmsg_endpoint 896 drivers/rpmsg/qcom_smd.c struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, rpmsg_endpoint 901 drivers/rpmsg/qcom_smd.c static struct rpmsg_endpoint *qcom_smd_create_ept(struct rpmsg_device *rpdev, rpmsg_endpoint 909 drivers/rpmsg/qcom_smd.c struct rpmsg_endpoint *ept; rpmsg_endpoint 953 drivers/rpmsg/qcom_smd.c static void qcom_smd_destroy_ept(struct rpmsg_endpoint *ept) rpmsg_endpoint 963 drivers/rpmsg/qcom_smd.c static int qcom_smd_send(struct rpmsg_endpoint *ept, void *data, int len) rpmsg_endpoint 970 drivers/rpmsg/qcom_smd.c static int qcom_smd_trysend(struct rpmsg_endpoint *ept, void *data, int len) rpmsg_endpoint 977 drivers/rpmsg/qcom_smd.c static __poll_t qcom_smd_poll(struct rpmsg_endpoint *ept, rpmsg_endpoint 74 drivers/rpmsg/rpmsg_char.c struct rpmsg_endpoint *ept; rpmsg_endpoint 126 drivers/rpmsg/rpmsg_char.c struct rpmsg_endpoint *ept; rpmsg_endpoint 63 drivers/rpmsg/rpmsg_core.c struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *rpdev, rpmsg_endpoint 82 drivers/rpmsg/rpmsg_core.c void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) rpmsg_endpoint 107 drivers/rpmsg/rpmsg_core.c int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) rpmsg_endpoint 136 drivers/rpmsg/rpmsg_core.c int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) rpmsg_endpoint 167 drivers/rpmsg/rpmsg_core.c int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, rpmsg_endpoint 196 drivers/rpmsg/rpmsg_core.c int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) rpmsg_endpoint 224 drivers/rpmsg/rpmsg_core.c int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) rpmsg_endpoint 243 drivers/rpmsg/rpmsg_core.c __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp, rpmsg_endpoint 274 drivers/rpmsg/rpmsg_core.c int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, rpmsg_endpoint 450 drivers/rpmsg/rpmsg_core.c struct rpmsg_endpoint *ept = NULL; rpmsg_endpoint 32 drivers/rpmsg/rpmsg_internal.h struct rpmsg_endpoint *(*create_ept)(struct rpmsg_device *rpdev, rpmsg_endpoint 56 drivers/rpmsg/rpmsg_internal.h void (*destroy_ept)(struct rpmsg_endpoint *ept); rpmsg_endpoint 58 drivers/rpmsg/rpmsg_internal.h int (*send)(struct rpmsg_endpoint *ept, void *data, int len); rpmsg_endpoint 59 drivers/rpmsg/rpmsg_internal.h int (*sendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); rpmsg_endpoint 60 drivers/rpmsg/rpmsg_internal.h int (*send_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst, rpmsg_endpoint 63 drivers/rpmsg/rpmsg_internal.h int (*trysend)(struct rpmsg_endpoint *ept, void *data, int len); rpmsg_endpoint 64 drivers/rpmsg/rpmsg_internal.h int (*trysendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); rpmsg_endpoint 65 drivers/rpmsg/rpmsg_internal.h int (*trysend_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst, rpmsg_endpoint 67 drivers/rpmsg/rpmsg_internal.h __poll_t (*poll)(struct rpmsg_endpoint *ept, struct file *filp, rpmsg_endpoint 69 drivers/rpmsg/virtio_rpmsg_bus.c struct rpmsg_endpoint *ns_ept; rpmsg_endpoint 167 drivers/rpmsg/virtio_rpmsg_bus.c static void virtio_rpmsg_destroy_ept(struct rpmsg_endpoint *ept); rpmsg_endpoint 168 drivers/rpmsg/virtio_rpmsg_bus.c static int virtio_rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len); rpmsg_endpoint 169 drivers/rpmsg/virtio_rpmsg_bus.c static int virtio_rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, rpmsg_endpoint 171 drivers/rpmsg/virtio_rpmsg_bus.c static int virtio_rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, rpmsg_endpoint 173 drivers/rpmsg/virtio_rpmsg_bus.c static int virtio_rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len); rpmsg_endpoint 174 drivers/rpmsg/virtio_rpmsg_bus.c static int virtio_rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, rpmsg_endpoint 176 drivers/rpmsg/virtio_rpmsg_bus.c static int virtio_rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, rpmsg_endpoint 222 drivers/rpmsg/virtio_rpmsg_bus.c struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, rpmsg_endpoint 232 drivers/rpmsg/virtio_rpmsg_bus.c static struct rpmsg_endpoint *__rpmsg_create_ept(struct virtproc_info *vrp, rpmsg_endpoint 238 drivers/rpmsg/virtio_rpmsg_bus.c struct rpmsg_endpoint *ept; rpmsg_endpoint 282 drivers/rpmsg/virtio_rpmsg_bus.c static struct rpmsg_endpoint *virtio_rpmsg_create_ept(struct rpmsg_device *rpdev, rpmsg_endpoint 303 drivers/rpmsg/virtio_rpmsg_bus.c __rpmsg_destroy_ept(struct virtproc_info *vrp, struct rpmsg_endpoint *ept) rpmsg_endpoint 318 drivers/rpmsg/virtio_rpmsg_bus.c static void virtio_rpmsg_destroy_ept(struct rpmsg_endpoint *ept) rpmsg_endpoint 652 drivers/rpmsg/virtio_rpmsg_bus.c static int virtio_rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) rpmsg_endpoint 660 drivers/rpmsg/virtio_rpmsg_bus.c static int virtio_rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, rpmsg_endpoint 669 drivers/rpmsg/virtio_rpmsg_bus.c static int virtio_rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, rpmsg_endpoint 677 drivers/rpmsg/virtio_rpmsg_bus.c static int virtio_rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) rpmsg_endpoint 685 drivers/rpmsg/virtio_rpmsg_bus.c static int virtio_rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, rpmsg_endpoint 694 drivers/rpmsg/virtio_rpmsg_bus.c static int virtio_rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, rpmsg_endpoint 705 drivers/rpmsg/virtio_rpmsg_bus.c struct rpmsg_endpoint *ept; rpmsg_endpoint 18 drivers/soc/qcom/apr.c struct rpmsg_endpoint *ch; rpmsg_endpoint 49 drivers/soc/qcom/glink_ssr.c struct rpmsg_endpoint *ept; rpmsg_endpoint 27 drivers/soc/qcom/smd-rpm.c struct rpmsg_endpoint *rpm_channel; rpmsg_endpoint 35 drivers/soc/qcom/wcnss_ctrl.c struct rpmsg_endpoint *channel; rpmsg_endpoint 271 drivers/soc/qcom/wcnss_ctrl.c struct rpmsg_endpoint *qcom_wcnss_open_channel(void *wcnss, const char *name, rpmsg_rx_cb_t cb, void *priv) rpmsg_endpoint 24 include/linux/rpmsg.h struct rpmsg_endpoint; rpmsg_endpoint 56 include/linux/rpmsg.h struct rpmsg_endpoint *ept; rpmsg_endpoint 120 include/linux/rpmsg.h void rpmsg_destroy_ept(struct rpmsg_endpoint *); rpmsg_endpoint 121 include/linux/rpmsg.h struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *, rpmsg_endpoint 125 include/linux/rpmsg.h int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len); rpmsg_endpoint 126 include/linux/rpmsg.h int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); rpmsg_endpoint 127 include/linux/rpmsg.h int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, rpmsg_endpoint 130 include/linux/rpmsg.h int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len); rpmsg_endpoint 131 include/linux/rpmsg.h int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); rpmsg_endpoint 132 include/linux/rpmsg.h int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, rpmsg_endpoint 135 include/linux/rpmsg.h __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp, rpmsg_endpoint 166 include/linux/rpmsg.h static inline void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) rpmsg_endpoint 172 include/linux/rpmsg.h static inline struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *rpdev, rpmsg_endpoint 183 include/linux/rpmsg.h static inline int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) rpmsg_endpoint 191 include/linux/rpmsg.h static inline int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, rpmsg_endpoint 201 include/linux/rpmsg.h static inline int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, rpmsg_endpoint 210 include/linux/rpmsg.h static inline int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) rpmsg_endpoint 218 include/linux/rpmsg.h static inline int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, rpmsg_endpoint 227 include/linux/rpmsg.h static inline int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, rpmsg_endpoint 236 include/linux/rpmsg.h static inline __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, rpmsg_endpoint 9 include/linux/soc/qcom/wcnss_ctrl.h struct rpmsg_endpoint *qcom_wcnss_open_channel(void *wcnss, const char *name, rpmsg_endpoint 14 include/linux/soc/qcom/wcnss_ctrl.h static struct rpmsg_endpoint *qcom_wcnss_open_channel(void *wcnss, rpmsg_endpoint 15 net/qrtr/smd.c struct rpmsg_endpoint *channel;