Lines Matching refs:rpdev
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,
216 static void rpmsg_sample_cb(struct rpmsg_channel *rpdev, void *data, int len,
223 static int rpmsg_sample_probe(struct rpmsg_channel *rpdev)
227 dev_info(&rpdev->dev, "chnl: 0x%x -> 0x%x\n", rpdev->src, rpdev->dst);
230 err = rpmsg_send(rpdev, "hello!", 6);
239 static void __devexit rpmsg_sample_remove(struct rpmsg_channel *rpdev)
241 dev_info(&rpdev->dev, "rpmsg sample client driver is removed\n");