Lines Matching refs:ept

59 	struct rpmsg_endpoint *ept;  member
185 int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len);
186 int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
187 int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst,
190 int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len);
191 int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
192 int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst,
195 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp,
198 ssize_t rpmsg_get_mtu(struct rpmsg_endpoint *ept);
200 int rpmsg_set_flow_control(struct rpmsg_endpoint *ept, bool pause, u32 dst);
239 static inline void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept() argument
256 static inline int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_send() argument
264 static inline int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, in rpmsg_sendto() argument
274 static inline int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, in rpmsg_send_offchannel() argument
283 static inline int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_trysend() argument
291 static inline int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, in rpmsg_trysendto() argument
300 static inline int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, in rpmsg_trysend_offchannel() argument
309 static inline __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, in rpmsg_poll() argument
318 static inline ssize_t rpmsg_get_mtu(struct rpmsg_endpoint *ept) in rpmsg_get_mtu() argument
326 static inline int rpmsg_set_flow_control(struct rpmsg_endpoint *ept, bool pause, u32 dst) in rpmsg_set_flow_control() argument