Lines Matching +full:remote +full:- +full:endpoint
4 * SPDX-License-Identifier: Apache-2.0
34 * This callback is defined at instance level and it is called when an endpoint
37 * @param ept Endpoint of the instance just bound.
41 /** @brief Endpoint structure.
43 * Used to define an endpoint to be encapsulated in an RPMsg instance.
46 /** RPMsg endpoint. */
49 /** Name of the endpoint. */
52 /** Destination endpoint. */
61 /** Private data to be passed to the endpoint callbacks. */
71 struct ipc_rpmsg_ept endpoint[NUM_ENDPOINTS]; member
94 * @param role Host / Remote role.
95 * @param buffer_size Size of the buffer used to send data between host and remote.
104 * @retval -EINVAL When some parameter is missing.
122 * @param role Host / Remote role.
124 * @retval -EINVAL When some parameter is missing
130 /** @brief Register an endpoint.
132 * Register an endpoint to a provided RPMsg instance.
135 * @param role Host / Remote role.
136 * @param ept Endpoint to register.
138 * @retval -EINVAL When some parameter is missing.