Lines Matching refs:ept
57 struct rpmsg_endpoint *ept; member
176 int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len);
177 int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
178 int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst,
181 int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len);
182 int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
183 int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst,
186 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp,
220 static inline void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept() argument
237 static inline int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_send() argument
245 static inline int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, in rpmsg_sendto() argument
255 static inline int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, in rpmsg_send_offchannel() argument
264 static inline int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_trysend() argument
272 static inline int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, in rpmsg_trysendto() argument
281 static inline int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, in rpmsg_trysend_offchannel() argument
290 static inline __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, in rpmsg_poll() argument