/linux/include/linux/ |
H A D | rpmsg.h | 24 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); 186 int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); 187 int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, 190 int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len); 191 int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); [all …]
|
/linux/drivers/rpmsg/ |
H A D | rpmsg_internal.h | 40 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 D | virtio_rpmsg_bus.c | 140 static void virtio_rpmsg_destroy_ept(struct rpmsg_endpoint *ept); 141 static int virtio_rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len); 142 static int virtio_rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, 144 static int virtio_rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, 146 static int virtio_rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len); 147 static int virtio_rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, 149 static int virtio_rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, 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() [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 | 73 * rpmsg_create_ept() - create a new rpmsg_endpoint 81 * appropriate callback handler) by means of an rpmsg_endpoint struct. 112 struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *rpdev, in rpmsg_create_ept() 131 void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept() 156 int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_send() 185 int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in rpmsg_sendto() 216 int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, in rpmsg_send_offchannel() 245 int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_trysend() 273 int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in rpmsg_trysendto() 292 __poll_t rpmsg_poll(struct rpmsg_endpoint *ep [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 int qcom_smd_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in qcom_smd_sendto() [all …]
|
H A D | rpmsg_char.c | 66 struct rpmsg_endpoint *ept; 67 struct rpmsg_endpoint *default_ept; 138 struct rpmsg_endpoint *ept; in rpmsg_eptdev_open()
|
H A D | rpmsg_ns.c | 76 struct rpmsg_endpoint *ns_ept; in rpmsg_ns_probe()
|
/linux/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()
|
/linux/Documentation/staging/ |
H A D | rpmsg.rst | 71 int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len); 91 int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); 115 int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, 140 int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len); 157 int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) 178 int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, 199 struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *rpdev, 205 appropriate callback handler) by means of an rpmsg_endpoint struct. 237 void rpmsg_destroy_ept(struct rpmsg_endpoint *ept);
|
/linux/drivers/bluetooth/ |
H A D | btqcomsmd.c | 23 struct rpmsg_endpoint *acl_channel; 24 struct rpmsg_endpoint *cmd_channel;
|
/linux/drivers/soc/qcom/ |
H A D | wcnss_ctrl.c | 37 struct rpmsg_endpoint *channel; 278 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 | 28 struct rpmsg_endpoint *rpm_channel;
|
H A D | pmic_glink.c | 30 struct rpmsg_endpoint *ept;
|
H A D | apr.c | 28 struct rpmsg_endpoint *ch;
|
/linux/net/qrtr/ |
H A D | smd.c | 15 struct rpmsg_endpoint *channel;
|
/linux/drivers/net/wwan/ |
H A D | rpmsg_wwan_ctrl.c | 14 struct rpmsg_endpoint *ept;
|
/linux/drivers/cdx/controller/ |
H A D | mcdi.h | 78 struct rpmsg_endpoint *ept;
|
/linux/drivers/remoteproc/ |
H A D | qcom_sysmon.c | 39 struct rpmsg_endpoint *ept;
|