| H A D | rpmsg.h | 49 * @ept: the rpmsg endpoint of this channel 59 struct rpmsg_endpoint *ept; member 72 * @refcount: when this drops to zero, the ept is deallocated 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); 188 int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len); 189 int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); 191 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp, 194 ssize_t rpmsg_get_mtu(struct rpmsg_endpoint *ept); 196 int rpmsg_set_flow_control(struct rpmsg_endpoint *ept, boo 239 rpmsg_destroy_ept(struct rpmsg_endpoint * ept) rpmsg_destroy_ept() argument 256 rpmsg_send(struct rpmsg_endpoint * ept,void * data,int len) rpmsg_send() argument 264 rpmsg_sendto(struct rpmsg_endpoint * ept,void * data,int len,u32 dst) rpmsg_sendto() argument 274 rpmsg_send_offchannel(struct rpmsg_endpoint * ept,u32 src,u32 dst,void * data,int len) rpmsg_send_offchannel() argument 283 rpmsg_trysend(struct rpmsg_endpoint * ept,void * data,int len) rpmsg_trysend() argument 291 rpmsg_trysendto(struct rpmsg_endpoint * ept,void * data,int len,u32 dst) rpmsg_trysendto() argument 300 rpmsg_trysend_offchannel(struct rpmsg_endpoint * ept,u32 src,u32 dst,void * data,int len) rpmsg_trysend_offchannel() argument 309 rpmsg_poll(struct rpmsg_endpoint * ept,struct file * filp,poll_table * wait) rpmsg_poll() argument 318 rpmsg_get_mtu(struct rpmsg_endpoint * ept) rpmsg_get_mtu() argument 326 rpmsg_set_flow_control(struct rpmsg_endpoint * ept,bool pause,u32 dst) rpmsg_set_flow_control() argument [all...] |