Lines Matching refs:ept
57 struct rpmsg_endpoint *ept; member
132 int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len);
133 int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
134 int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst,
137 int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len);
138 int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
139 int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst,
142 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp,
145 int rpmsg_get_signals(struct rpmsg_endpoint *ept);
146 int rpmsg_set_signals(struct rpmsg_endpoint *ept, u32 set, u32 clear);
176 static inline void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept() argument
193 static inline int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_send() argument
201 static inline int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, in rpmsg_sendto() argument
211 static inline int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, in rpmsg_send_offchannel() argument
220 static inline int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_trysend() argument
228 static inline int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, in rpmsg_trysendto() argument
237 static inline int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, in rpmsg_trysend_offchannel() argument
246 static inline __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, in rpmsg_poll() argument
255 static inline int rpmsg_get_signals(struct rpmsg_endpoint *ept) in rpmsg_get_signals() argument
263 static inline int rpmsg_set_signals(struct rpmsg_endpoint *ept, in rpmsg_set_signals() argument