Lines Matching full:rpmsg
10 * Based on rpmsg performance statistics driver by Michal Simek, which in turn
11 * was based on TI & Google OMX rpmsg driver.
23 #include <linux/rpmsg.h>
27 #include <uapi/linux/rpmsg.h>
46 * @rpdev: underlaying rpmsg device
49 * @ept: rpmsg endpoint reference, when open
84 /* The default endpoint is released by the rpmsg core */ in rpmsg_chrdev_eptdev_destroy()
156 * If the default_ept is set, the rpmsg device default endpoint is used. in rpmsg_eptdev_open()
453 dev_set_name(dev, "rpmsg%d", ret); in rpmsg_chrdev_eptdev_add()
502 /* Set the default_ept to the rpmsg device endpoint */ in rpmsg_chrdev_probe()
524 { .name = "rpmsg-raw" },
548 pr_err("rpmsg: failed to register rpmsg raw driver\n"); in rpmsg_chrdev_init()
568 MODULE_ALIAS("rpmsg:rpmsg_chrdev");
569 MODULE_DESCRIPTION("RPMSG device interface");