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
79 /* The default endpoint is released by the rpmsg core */ in rpmsg_chrdev_eptdev_destroy()
134 * If the default_ept is set, the rpmsg device default endpoint is used. in rpmsg_eptdev_open()
403 dev_set_name(dev, "rpmsg%d", ret); in rpmsg_chrdev_eptdev_add()
452 /* Set the default_ept to the rpmsg device endpoint */ in rpmsg_chrdev_probe()
474 { .name = "rpmsg-raw" },
498 pr_err("rpmsg: failed to register rpmsg raw driver\n"); in rpmsg_chrdev_init()
518 MODULE_ALIAS("rpmsg:rpmsg_chrdev");