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