Home
last modified time | relevance | path

Searched defs:ept (Results 1 – 8 of 8) sorted by relevance

/open-amp-latest/open-amp/lib/rpmsg/
Drpmsg.c101 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()
[all …]
Drpmsg_virtio.c562 struct rpmsg_endpoint *ept; in rpmsg_virtio_rx_callback() local
635 static int rpmsg_virtio_ns_callback(struct rpmsg_endpoint *ept, void *data, in rpmsg_virtio_ns_callback()
964 struct rpmsg_endpoint *ept; in rpmsg_deinit_vdev() local
/open-amp-latest/open-amp/lib/include/openamp/
Drpmsg.h198 static inline int rpmsg_send(struct rpmsg_endpoint *ept, const void *data, in rpmsg_send()
225 static inline int rpmsg_sendto(struct rpmsg_endpoint *ept, const void *data, in rpmsg_sendto()
253 static inline int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, in rpmsg_send_offchannel()
275 static inline int rpmsg_trysend(struct rpmsg_endpoint *ept, const void *data, in rpmsg_trysend()
301 static inline int rpmsg_trysendto(struct rpmsg_endpoint *ept, const void *data, in rpmsg_trysendto()
328 static inline int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, in rpmsg_trysend_offchannel()
501 static inline int rpmsg_sendto_nocopy(struct rpmsg_endpoint *ept, in rpmsg_sendto_nocopy()
538 static inline int rpmsg_send_nocopy(struct rpmsg_endpoint *ept, in rpmsg_send_nocopy()
598 static inline unsigned int is_rpmsg_ept_ready(struct rpmsg_endpoint *ept) in is_rpmsg_ept_ready()
Drpmsg_rpc_client_server.h88 struct rpmsg_endpoint ept; member
105 struct rpmsg_endpoint ept; member
Drpmsg_retarget.h47 struct rpmsg_endpoint ept; member
/open-amp-latest/open-amp/lib/service/rpmsg/rpc/
Drpmsg_rpc_client.c14 static void rpmsg_service_client_unbind(struct rpmsg_endpoint *ept) in rpmsg_service_client_unbind()
89 static int rpmsg_endpoint_client_cb(struct rpmsg_endpoint *ept, in rpmsg_endpoint_client_cb()
Drpmsg_rpc_server.c50 static int rpmsg_endpoint_server_cb(struct rpmsg_endpoint *ept, void *data, in rpmsg_endpoint_server_cb()
85 struct rpmsg_endpoint *ept = &rpcs->ept; in rpmsg_rpc_server_send() local
/open-amp-latest/open-amp/lib/proxy/
Drpmsg_retarget.c25 static int rpmsg_rpc_ept_cb(struct rpmsg_endpoint *ept, void *data, size_t len, in rpmsg_rpc_ept_cb()
57 static void rpmsg_service_unbind(struct rpmsg_endpoint *ept) in rpmsg_service_unbind()