| /kernel/linux/linux-6.6/drivers/rpmsg/ |
| D | rpmsg_core.c | 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() 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 …]
|
| D | virtio_rpmsg_bus.c | 199 struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, in __ept_release() local 215 struct rpmsg_endpoint *ept; in __rpmsg_create_ept() local 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() 651 static int virtio_rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) in virtio_rpmsg_send() 659 static int virtio_rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, in virtio_rpmsg_sendto() 668 static int virtio_rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, in virtio_rpmsg_send_offchannel() 676 static int virtio_rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in virtio_rpmsg_trysend() 684 static int virtio_rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, in virtio_rpmsg_trysendto() 693 static int virtio_rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, in virtio_rpmsg_trysend_offchannel() [all …]
|
| D | mtk_rpmsg.c | 56 struct rpmsg_endpoint ept; member 67 struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, in __mtk_ept_release() local 75 struct rpmsg_endpoint *ept = &mept->ept; in mtk_rpmsg_ipi_handler() local 90 struct rpmsg_endpoint *ept; in __mtk_create_ept() local 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()
|
| D | qcom_smd.c | 167 struct rpmsg_endpoint ept; member 416 struct rpmsg_endpoint *ept = &channel->qsept->ept; in qcom_smd_channel_set_callback() local 544 struct rpmsg_endpoint *ept = &channel->qsept->ept; in qcom_smd_channel_recv_single() local 896 struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, in __ept_release() local 909 struct rpmsg_endpoint *ept; in qcom_smd_create_ept() local 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() 984 static int qcom_smd_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in qcom_smd_trysendto() [all …]
|
| D | qcom_glink_native.c | 153 struct rpmsg_endpoint ept; member 1046 static int qcom_glink_set_flow_control(struct rpmsg_endpoint *ept, bool pause, u32 dst) in qcom_glink_set_flow_control() 1246 struct rpmsg_endpoint *ept; in qcom_glink_create_ept() local 1316 static void qcom_glink_destroy_ept(struct rpmsg_endpoint *ept) in qcom_glink_destroy_ept() 1451 static int qcom_glink_send(struct rpmsg_endpoint *ept, void *data, int len) in qcom_glink_send() 1458 static int qcom_glink_trysend(struct rpmsg_endpoint *ept, void *data, int len) in qcom_glink_trysend() 1465 static int qcom_glink_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in qcom_glink_sendto() 1472 static int qcom_glink_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in qcom_glink_trysendto()
|
| D | rpmsg_char.c | 66 struct rpmsg_endpoint *ept; member 138 struct rpmsg_endpoint *ept; in rpmsg_eptdev_open() local
|
| D | qcom_glink_ssr.c | 50 struct rpmsg_endpoint *ept; member
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | rpmsg.h | 59 struct rpmsg_endpoint *ept; member 239 static inline void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept() 256 static inline int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_send() 264 static inline int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, in rpmsg_sendto() 274 static inline int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, in rpmsg_send_offchannel() 283 static inline int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_trysend() 291 static inline int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, in rpmsg_trysendto() 300 static inline int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, in rpmsg_trysend_offchannel() 309 static inline __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, in rpmsg_poll() 318 static inline ssize_t rpmsg_get_mtu(struct rpmsg_endpoint *ept) in rpmsg_get_mtu() [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | rpmsg.h | 58 struct rpmsg_endpoint *ept; member 176 static inline void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept() 193 static inline int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_send() 201 static inline int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, in rpmsg_sendto() 211 static inline int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, in rpmsg_send_offchannel() 220 static inline int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_trysend() 228 static inline int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, in rpmsg_trysendto() 237 static inline int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, in rpmsg_trysend_offchannel() 246 static inline __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, in rpmsg_poll()
|
| /kernel/linux/linux-5.10/drivers/rpmsg/ |
| D | rpmsg_core.c | 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() 451 struct rpmsg_endpoint *ept = NULL; in rpmsg_dev_probe() local
|
| D | mtk_rpmsg.c | 56 struct rpmsg_endpoint ept; member 67 struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, in __mtk_ept_release() local 75 struct rpmsg_endpoint *ept = &mept->ept; in mtk_rpmsg_ipi_handler() local 90 struct rpmsg_endpoint *ept; in __mtk_create_ept() local 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()
|
| D | virtio_rpmsg_bus.c | 228 struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, in __ept_release() local 244 struct rpmsg_endpoint *ept; in __rpmsg_create_ept() local 309 __rpmsg_destroy_ept(struct virtproc_info *vrp, struct rpmsg_endpoint *ept) in __rpmsg_destroy_ept() 324 static void virtio_rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in virtio_rpmsg_destroy_ept() 659 static int virtio_rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) in virtio_rpmsg_send() 667 static int virtio_rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, in virtio_rpmsg_sendto() 676 static int virtio_rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, in virtio_rpmsg_send_offchannel() 684 static int virtio_rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in virtio_rpmsg_trysend() 692 static int virtio_rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, in virtio_rpmsg_trysendto() 701 static int virtio_rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, in virtio_rpmsg_trysend_offchannel() [all …]
|
| D | qcom_smd.c | 167 struct rpmsg_endpoint ept; member 416 struct rpmsg_endpoint *ept = &channel->qsept->ept; in qcom_smd_channel_set_callback() local 544 struct rpmsg_endpoint *ept = &channel->qsept->ept; in qcom_smd_channel_recv_single() local 896 struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, in __ept_release() local 909 struct rpmsg_endpoint *ept; in qcom_smd_create_ept() local 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()
|
| D | rpmsg_char.c | 74 struct rpmsg_endpoint *ept; member 126 struct rpmsg_endpoint *ept; in rpmsg_eptdev_open() local
|
| D | qcom_glink_ssr.c | 49 struct rpmsg_endpoint *ept; member
|
| D | qcom_glink_native.c | 155 struct rpmsg_endpoint ept; member 1142 struct rpmsg_endpoint *ept; in qcom_glink_create_ept() local 1212 static void qcom_glink_destroy_ept(struct rpmsg_endpoint *ept) in qcom_glink_destroy_ept() 1327 static int qcom_glink_send(struct rpmsg_endpoint *ept, void *data, int len) in qcom_glink_send() 1334 static int qcom_glink_trysend(struct rpmsg_endpoint *ept, void *data, int len) in qcom_glink_trysend()
|
| /kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
| D | feat_ctl.c | 25 u32 supported, funcs, ept, vpid, ign; in init_vmx_capabilities() local
|
| /kernel/uniproton/demos/hi3093/apps/openamp/ |
| D | rpmsg_service.c | 37 int rpmsg_endpoint_cb(struct rpmsg_endpoint *ept, void *data, size_t len, uint32_t src, void *priv) in rpmsg_endpoint_cb()
|
| /kernel/uniproton/demos/raspi4/apps/openamp/ |
| D | rpmsg_service.c | 37 int rpmsg_endpoint_cb(struct rpmsg_endpoint *ept, void *data, size_t len, uint32_t src, void *priv) in rpmsg_endpoint_cb()
|
| /kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
| D | feat_ctl.c | 27 u32 supported, funcs, ept, vpid, ign, low, high; in init_vmx_capabilities() local
|
| /kernel/linux/linux-6.6/drivers/net/wwan/ |
| D | rpmsg_wwan_ctrl.c | 14 struct rpmsg_endpoint *ept; member
|
| /kernel/linux/linux-6.6/drivers/platform/chrome/ |
| D | cros_ec_rpmsg.c | 49 struct rpmsg_endpoint *ept; member
|
| /kernel/linux/linux-5.10/drivers/platform/chrome/ |
| D | cros_ec_rpmsg.c | 49 struct rpmsg_endpoint *ept; member
|
| /kernel/linux/linux-5.10/arch/mips/fw/cfe/ |
| D | cfe_api.c | 38 int cfe_init(u64 handle, u64 ept) in cfe_init()
|
| /kernel/linux/linux-6.6/arch/mips/fw/cfe/ |
| D | cfe_api.c | 43 int cfe_init(u64 handle, u64 ept) in cfe_init()
|