/Linux-v4.19/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() 450 struct rpmsg_endpoint *ept = NULL; in rpmsg_dev_probe() local
|
D | virtio_rpmsg_bus.c | 222 struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, in __ept_release() local 238 struct rpmsg_endpoint *ept; in __rpmsg_create_ept() local 303 __rpmsg_destroy_ept(struct virtproc_info *vrp, struct rpmsg_endpoint *ept) in __rpmsg_destroy_ept() 318 static void virtio_rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in virtio_rpmsg_destroy_ept() 652 static int virtio_rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) in virtio_rpmsg_send() 660 static int virtio_rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, in virtio_rpmsg_sendto() 669 static int virtio_rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, in virtio_rpmsg_send_offchannel() 677 static int virtio_rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in virtio_rpmsg_trysend() 685 static int virtio_rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, in virtio_rpmsg_trysendto() 694 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_native.c | 155 struct rpmsg_endpoint ept; member 1119 struct rpmsg_endpoint *ept; in qcom_glink_create_ept() local 1189 static void qcom_glink_destroy_ept(struct rpmsg_endpoint *ept) in qcom_glink_destroy_ept() 1304 static int qcom_glink_send(struct rpmsg_endpoint *ept, void *data, int len) in qcom_glink_send() 1311 static int qcom_glink_trysend(struct rpmsg_endpoint *ept, void *data, int len) in qcom_glink_trysend()
|
/Linux-v4.19/include/linux/ |
D | rpmsg.h | 56 struct rpmsg_endpoint *ept; member 166 static inline void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept() 183 static inline int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_send() 191 static inline int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, in rpmsg_sendto() 201 static inline int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, in rpmsg_send_offchannel() 210 static inline int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_trysend() 218 static inline int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, in rpmsg_trysendto() 227 static inline int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, in rpmsg_trysend_offchannel() 236 static inline __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, in rpmsg_poll()
|
/Linux-v4.19/drivers/soc/qcom/ |
D | glink_ssr.c | 57 struct rpmsg_endpoint *ept; member
|
/Linux-v4.19/arch/mips/fw/cfe/ |
D | cfe_api.c | 51 int cfe_init(u64 handle, u64 ept) in cfe_init()
|
/Linux-v4.19/drivers/remoteproc/ |
D | qcom_sysmon.c | 35 struct rpmsg_endpoint *ept; member
|
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/ |
D | txrx.c | 1311 enum htc_endpoint_id ept = packet->endpoint; in ath6kl_rx() local
|
/Linux-v4.19/arch/x86/kvm/ |
D | mmu.c | 4514 struct kvm_mmu *mmu, bool ept) in update_permission_bitmask() 4610 bool ept) in update_pkru_bitmask()
|
D | vmx.c | 1335 u32 ept; member
|