Lines Matching defs: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 *ept, struct file *filp, in rpmsg_poll()
323 int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, in rpmsg_trysend_offchannel()
343 int rpmsg_set_flow_control(struct rpmsg_endpoint *ept, bool pause, u32 dst) in rpmsg_set_flow_control()
364 ssize_t rpmsg_get_mtu(struct rpmsg_endpoint *ept) in rpmsg_get_mtu()
542 struct rpmsg_endpoint *ept = NULL; in rpmsg_dev_probe() local