Lines Matching refs:rpmsg_channel
63 int rpmsg_send(struct rpmsg_channel *rpdev, void *data, int len);
78 int rpmsg_sendto(struct rpmsg_channel *rpdev, void *data, int len, u32 dst);
95 int rpmsg_send_offchannel(struct rpmsg_channel *rpdev, u32 src, u32 dst,
113 int rpmsg_trysend(struct rpmsg_channel *rpdev, void *data, int len);
125 int rpmsg_trysendto(struct rpmsg_channel *rpdev, void *data, int len, u32 dst)
139 int rpmsg_trysend_offchannel(struct rpmsg_channel *rpdev, u32 src, u32 dst,
154 struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_channel *rpdev,
155 void (*cb)(struct rpmsg_channel *, void *, int, void *, u32),
216 static void rpmsg_sample_cb(struct rpmsg_channel *rpdev, void *data, int len,
223 static int rpmsg_sample_probe(struct rpmsg_channel *rpdev)
239 static void __devexit rpmsg_sample_remove(struct rpmsg_channel *rpdev)