Searched defs:ept (Results  1 – 1 of 1) sorted by relevance
| /include/linux/ | 
| D | rpmsg.h | 59 	struct rpmsg_endpoint *ept;  member 239 static inline void rpmsg_destroy_ept(struct rpmsg_endpoint *ept)  in rpmsg_destroy_ept() 256 static inline int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len)  in rpmsg_send() 264 static inline int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len,  in rpmsg_sendto() 274 static inline int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src,  in rpmsg_send_offchannel() 283 static inline int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len)  in rpmsg_trysend() 291 static inline int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data,  in rpmsg_trysendto() 300 static inline int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src,  in rpmsg_trysend_offchannel() 309 static inline __poll_t rpmsg_poll(struct rpmsg_endpoint *ept,  in rpmsg_poll() 318 static inline ssize_t rpmsg_get_mtu(struct rpmsg_endpoint *ept)  in rpmsg_get_mtu() [all …] 
 |