Lines Matching +full:rpmsg +full:- +full:in
1 /* SPDX-License-Identifier: GPL-2.0 */
8 * Ohad Ben-Cohen <ohad@wizery.com>
15 #include <linux/rpmsg.h>
24 * struct rpmsg_device_ops - indirection table for the rpmsg_device operations
25 * @create_channel: create backend-specific channel, optional
26 * @release_channel: release backend-specific channel, optional
27 * @create_ept: create backend-specific endpoint, required
31 * Indirection table for the operations that a rpmsg backend should implement.
49 * struct rpmsg_endpoint_ops - indirection table for rpmsg_endpoint operations
61 * Indirection table for the operations that a rpmsg backend should implement.
62 * In addition to @destroy_ept, the backend must at least implement @send and
63 * @trysend, while the variants sending data off-channel are optional.
91 * rpmsg_ctrldev_register_device() - register a char device for control based on rpdev
95 * basis for the rpmsg chrdev.