Lines Matching +full:rpmsg +full:- +full:name
1 /* SPDX-License-Identifier: GPL-2.0 */
9 * Ohad Ben-Cohen <ohad@wizery.com>
16 #include <linux/rpmsg.h>
23 * struct rpmsg_device_ops - indirection table for the rpmsg_device operations
24 * @create_ept: create backend-specific endpoint, required
28 * Indirection table for the operations that a rpmsg backend should implement.
42 * struct rpmsg_endpoint_ops - indirection table for rpmsg_endpoint operations
54 * Indirection table for the operations that a rpmsg backend should implement.
56 * @trysend, while the variants sending data off-channel are optional.
84 * rpmsg_chrdev_register_device() - register chrdev device based on rpdev
88 * basis for the rpmsg chrdev.
92 strcpy(rpdev->id.name, "rpmsg_chrdev"); in rpmsg_chrdev_register_device()
93 rpdev->driver_override = "rpmsg_chrdev"; in rpmsg_chrdev_register_device()