| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rpmsg.h | 25 struct rpmsg_endpoint; 57 struct rpmsg_endpoint *ept; 90 struct rpmsg_endpoint { struct 127 void rpmsg_destroy_ept(struct rpmsg_endpoint *); 128 struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *, 132 int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len); 133 int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); 134 int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, 137 int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len); 138 int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/rpmsg/ |
| H A D | rpmsg_internal.h | 33 struct rpmsg_endpoint *(*create_ept)(struct rpmsg_device *rpdev, 59 void (*destroy_ept)(struct rpmsg_endpoint *ept); 61 int (*send)(struct rpmsg_endpoint *ept, void *data, int len); 62 int (*sendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); 63 int (*send_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst, 66 int (*trysend)(struct rpmsg_endpoint *ept, void *data, int len); 67 int (*trysendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); 68 int (*trysend_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst, 70 __poll_t (*poll)(struct rpmsg_endpoint *ept, struct file *filp, 72 int (*get_signals)(struct rpmsg_endpoint *ept); [all …]
|
| H A D | virtio_rpmsg_bus.c | 70 struct rpmsg_endpoint *ns_ept; 173 static void virtio_rpmsg_destroy_ept(struct rpmsg_endpoint *ept); 174 static int virtio_rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len); 175 static int virtio_rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, 177 static int virtio_rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, 179 static int virtio_rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len); 180 static int virtio_rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, 182 static int virtio_rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, 228 struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, in __ept_release() 238 static struct rpmsg_endpoint *__rpmsg_create_ept(struct virtproc_info *vrp, in __rpmsg_create_ept() [all …]
|
| H A D | mtk_rpmsg.c | 19 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 D | rpmsg_core.c | 63 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() 292 int rpmsg_get_signals(struct rpmsg_endpoint *ept) in rpmsg_get_signals() [all …]
|
| H A D | qcom_smd.c | 167 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()
|
| H A D | qcom_glink_native.c | 155 struct rpmsg_endpoint ept; 1128 static struct rpmsg_endpoint *qcom_glink_create_ept(struct rpmsg_device *rpdev, in qcom_glink_create_ept() 1137 struct rpmsg_endpoint *ept; in qcom_glink_create_ept() 1207 static void qcom_glink_destroy_ept(struct rpmsg_endpoint *ept) in qcom_glink_destroy_ept() 1322 static int qcom_glink_send(struct rpmsg_endpoint *ept, void *data, int len) in qcom_glink_send() 1329 static int qcom_glink_trysend(struct rpmsg_endpoint *ept, void *data, int len) in qcom_glink_trysend()
|
| H A D | qcom_glink_ssr.c | 49 struct rpmsg_endpoint *ept;
|
| H A D | rpmsg_char.c | 74 struct rpmsg_endpoint *ept; 126 struct rpmsg_endpoint *ept; in rpmsg_eptdev_open()
|
| /OK3568_Linux_fs/kernel/include/linux/soc/qcom/ |
| H A D | wcnss_ctrl.h | 9 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()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | btqcomsmd.c | 23 struct rpmsg_endpoint *acl_channel; 24 struct rpmsg_endpoint *cmd_channel;
|
| /OK3568_Linux_fs/kernel/drivers/platform/chrome/ |
| H A D | cros_ec_rpmsg.c | 49 struct rpmsg_endpoint *ept; 202 static struct rpmsg_endpoint *
|
| /OK3568_Linux_fs/kernel/drivers/soc/qcom/ |
| H A D | wcnss_ctrl.c | 35 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()
|
| H A D | smd-rpm.c | 29 struct rpmsg_endpoint *rpm_channel;
|
| H A D | apr.c | 19 struct rpmsg_endpoint *ch;
|
| /OK3568_Linux_fs/kernel/net/qrtr/ |
| H A D | smd.c | 15 struct rpmsg_endpoint *channel;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/ |
| H A D | wcn36xx.h | 209 struct rpmsg_endpoint *smd_channel;
|
| /OK3568_Linux_fs/kernel/Documentation/staging/ |
| H A D | rpmsg.rst | 195 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);
|
| /OK3568_Linux_fs/kernel/drivers/remoteproc/ |
| H A D | qcom_sysmon.c | 40 struct rpmsg_endpoint *ept;
|