/linux-6.3-rc2/include/linux/ |
A D | rpmsg.h | 24 struct rpmsg_endpoint; 59 struct rpmsg_endpoint *ept; 91 struct rpmsg_endpoint { struct 175 void rpmsg_destroy_ept(struct rpmsg_endpoint *); 176 struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *, 180 int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len); 190 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp, 193 ssize_t rpmsg_get_mtu(struct rpmsg_endpoint *ept); 232 static inline void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept() 302 static inline __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, in rpmsg_poll() [all …]
|
/linux-6.3-rc2/drivers/rpmsg/ |
A D | rpmsg_internal.h | 40 struct rpmsg_endpoint *(*create_ept)(struct rpmsg_device *rpdev, 65 void (*destroy_ept)(struct rpmsg_endpoint *ept); 67 int (*send)(struct rpmsg_endpoint *ept, void *data, int len); 68 int (*sendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); 69 int (*send_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst, 72 int (*trysend)(struct rpmsg_endpoint *ept, void *data, int len); 73 int (*trysendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); 74 int (*trysend_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst, 76 __poll_t (*poll)(struct rpmsg_endpoint *ept, struct file *filp, 78 ssize_t (*get_mtu)(struct rpmsg_endpoint *ept);
|
A D | virtio_rpmsg_bus.c | 140 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() 700 static ssize_t virtio_rpmsg_get_mtu(struct rpmsg_endpoint *ept) in virtio_rpmsg_get_mtu() [all …]
|
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()
|
A D | rpmsg_core.c | 110 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() 271 int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in rpmsg_trysendto() 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() 343 ssize_t rpmsg_get_mtu(struct rpmsg_endpoint *ept) in rpmsg_get_mtu() [all …]
|
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 …]
|
A D | rpmsg_char.c | 64 struct rpmsg_endpoint *ept; 65 struct rpmsg_endpoint *default_ept; 122 struct rpmsg_endpoint *ept; in rpmsg_eptdev_open()
|
A D | rpmsg_ns.c | 76 struct rpmsg_endpoint *ns_ept; in rpmsg_ns_probe()
|
A D | qcom_glink_native.c | 151 struct rpmsg_endpoint ept; 1165 static struct rpmsg_endpoint *qcom_glink_create_ept(struct rpmsg_device *rpdev, in qcom_glink_create_ept() 1174 struct rpmsg_endpoint *ept; in qcom_glink_create_ept() 1244 static void qcom_glink_destroy_ept(struct rpmsg_endpoint *ept) in qcom_glink_destroy_ept() 1389 static int qcom_glink_send(struct rpmsg_endpoint *ept, void *data, int len) in qcom_glink_send() 1396 static int qcom_glink_trysend(struct rpmsg_endpoint *ept, void *data, int len) in qcom_glink_trysend() 1403 static int qcom_glink_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in qcom_glink_sendto() 1410 static int qcom_glink_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in qcom_glink_trysendto()
|
A D | qcom_glink_ssr.c | 50 struct rpmsg_endpoint *ept;
|
/linux-6.3-rc2/include/linux/soc/qcom/ |
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-6.3-rc2/drivers/bluetooth/ |
A D | btqcomsmd.c | 23 struct rpmsg_endpoint *acl_channel; 24 struct rpmsg_endpoint *cmd_channel;
|
/linux-6.3-rc2/drivers/platform/chrome/ |
A D | cros_ec_rpmsg.c | 49 struct rpmsg_endpoint *ept; 200 static struct rpmsg_endpoint *
|
/linux-6.3-rc2/drivers/soc/qcom/ |
A D | wcnss_ctrl.c | 35 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()
|
A D | smd-rpm.c | 29 struct rpmsg_endpoint *rpm_channel;
|
A D | pmic_glink.c | 18 struct rpmsg_endpoint *ept;
|
A D | apr.c | 28 struct rpmsg_endpoint *ch;
|
/linux-6.3-rc2/net/qrtr/ |
A D | smd.c | 15 struct rpmsg_endpoint *channel;
|
/linux-6.3-rc2/drivers/net/wwan/ |
A D | rpmsg_wwan_ctrl.c | 14 struct rpmsg_endpoint *ept;
|
/linux-6.3-rc2/drivers/net/wireless/ath/wcn36xx/ |
A D | wcn36xx.h | 233 struct rpmsg_endpoint *smd_channel;
|
/linux-6.3-rc2/Documentation/staging/ |
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);
|
/linux-6.3-rc2/drivers/remoteproc/ |
A D | qcom_sysmon.c | 40 struct rpmsg_endpoint *ept;
|