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_channel: create backend-specific channel, optional
24 * @release_channel: release backend-specific channel, optional
25 * @create_ept: create backend-specific endpoint, required
29 * Indirection table for the operations that a rpmsg backend should implement.
47 * struct rpmsg_endpoint_ops - indirection table for rpmsg_endpoint operations
57 * Indirection table for the operations that a rpmsg backend should implement.
59 * @trysend, while the variants sending data off-channel are optional.
85 * rpmsg_chrdev_register_device() - register chrdev device based on rpdev
89 * basis for the rpmsg chrdev.
93 strcpy(rpdev->id.name, "rpmsg_chrdev"); in rpmsg_chrdev_register_device()
94 rpdev->driver_override = "rpmsg_chrdev"; in rpmsg_chrdev_register_device()