Lines Matching refs:rpmsg_endpoint
25 struct rpmsg_endpoint;
57 struct rpmsg_endpoint *ept;
90 struct rpmsg_endpoint { struct
127 void rpmsg_destroy_ept(struct rpmsg_endpoint *);
128 struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *,
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()
182 static inline struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *rpdev, in rpmsg_create_ept()
193 static inline int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_send()
201 static inline int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, in rpmsg_sendto()
211 static inline int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, in rpmsg_send_offchannel()
220 static inline int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_trysend()
228 static inline int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, in rpmsg_trysendto()
237 static inline int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, in rpmsg_trysend_offchannel()
246 static inline __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, in rpmsg_poll()
255 static inline int rpmsg_get_signals(struct rpmsg_endpoint *ept) in rpmsg_get_signals()
263 static inline int rpmsg_set_signals(struct rpmsg_endpoint *ept, in rpmsg_set_signals()