Lines Matching refs:ept
42 int (*announce_create)(struct rpmsg_device *ept);
43 int (*announce_destroy)(struct rpmsg_device *ept);
63 void (*destroy_ept)(struct rpmsg_endpoint *ept);
65 int (*send)(struct rpmsg_endpoint *ept, void *data, int len);
66 int (*sendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
67 int (*send_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst,
70 int (*trysend)(struct rpmsg_endpoint *ept, void *data, int len);
71 int (*trysendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
72 int (*trysend_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst,
74 __poll_t (*poll)(struct rpmsg_endpoint *ept, struct file *filp,
76 ssize_t (*get_mtu)(struct rpmsg_endpoint *ept);