rpmsg_channel 120 include/linux/rpmsg.h typedef void (*rpmsg_rx_cb_t)(struct rpmsg_channel *, void *, int, void *, u32); rpmsg_channel 146 include/linux/rpmsg.h struct rpmsg_channel *rpdev; rpmsg_channel 165 include/linux/rpmsg.h int (*probe)(struct rpmsg_channel *dev); rpmsg_channel 166 include/linux/rpmsg.h void (*remove)(struct rpmsg_channel *dev); rpmsg_channel 167 include/linux/rpmsg.h void (*callback)(struct rpmsg_channel *, void *, int, void *, u32); rpmsg_channel 170 include/linux/rpmsg.h int register_rpmsg_device(struct rpmsg_channel *dev); rpmsg_channel 171 include/linux/rpmsg.h void unregister_rpmsg_device(struct rpmsg_channel *dev); rpmsg_channel 175 include/linux/rpmsg.h struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_channel *, rpmsg_channel 178 include/linux/rpmsg.h rpmsg_send_offchannel_raw(struct rpmsg_channel *, u32, u32, void *, int, bool); rpmsg_channel 197 include/linux/rpmsg.h static inline int rpmsg_send(struct rpmsg_channel *rpdev, void *data, int len) rpmsg_channel 223 include/linux/rpmsg.h int rpmsg_sendto(struct rpmsg_channel *rpdev, void *data, int len, u32 dst) rpmsg_channel 251 include/linux/rpmsg.h int rpmsg_send_offchannel(struct rpmsg_channel *rpdev, u32 src, u32 dst, rpmsg_channel 274 include/linux/rpmsg.h int rpmsg_trysend(struct rpmsg_channel *rpdev, void *data, int len) rpmsg_channel 299 include/linux/rpmsg.h int rpmsg_trysendto(struct rpmsg_channel *rpdev, void *data, int len, u32 dst) rpmsg_channel 326 include/linux/rpmsg.h int rpmsg_trysend_offchannel(struct rpmsg_channel *rpdev, u32 src, u32 dst,