Lines Matching defs:ept
101 void rpmsg_ept_incref(struct rpmsg_endpoint *ept) in rpmsg_ept_incref()
107 void rpmsg_ept_decref(struct rpmsg_endpoint *ept) in rpmsg_ept_decref()
120 int rpmsg_send_offchannel_raw(struct rpmsg_endpoint *ept, uint32_t src, in rpmsg_send_offchannel_raw()
138 int rpmsg_send_ns_message(struct rpmsg_endpoint *ept, unsigned long flags) in rpmsg_send_ns_message()
155 void rpmsg_hold_rx_buffer(struct rpmsg_endpoint *ept, void *rxbuf) in rpmsg_hold_rx_buffer()
168 void rpmsg_release_rx_buffer(struct rpmsg_endpoint *ept, void *rxbuf) in rpmsg_release_rx_buffer()
181 int rpmsg_release_tx_buffer(struct rpmsg_endpoint *ept, void *buf) in rpmsg_release_tx_buffer()
196 void *rpmsg_get_tx_payload_buffer(struct rpmsg_endpoint *ept, in rpmsg_get_tx_payload_buffer()
212 int rpmsg_get_tx_buffer_size(struct rpmsg_endpoint *ept) in rpmsg_get_tx_buffer_size()
227 int rpmsg_get_rx_buffer_size(struct rpmsg_endpoint *ept) in rpmsg_get_rx_buffer_size()
242 int rpmsg_send_offchannel_nocopy(struct rpmsg_endpoint *ept, uint32_t src, in rpmsg_send_offchannel_nocopy()
264 struct rpmsg_endpoint *ept; in rpmsg_get_endpoint() local
289 static void rpmsg_unregister_endpoint(struct rpmsg_endpoint *ept) in rpmsg_unregister_endpoint()
303 struct rpmsg_endpoint *ept, in rpmsg_register_endpoint()
324 int rpmsg_create_ept(struct rpmsg_endpoint *ept, struct rpmsg_device *rdev, in rpmsg_create_ept()
379 void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept()