Lines Matching full:endpoint
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
130 /** @brief Register an endpoint.
132 * Register an endpoint to a provided RPMsg instance.
136 * @param ept Endpoint to register.