Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/ipc/ipc_service/
Dipc_service.c66 struct ipc_ept *ept, in ipc_service_register_endpoint()
90 int ipc_service_deregister_endpoint(struct ipc_ept *ept) in ipc_service_deregister_endpoint()
123 int ipc_service_send(struct ipc_ept *ept, const void *data, size_t len) in ipc_service_send()
147 int ipc_service_get_tx_buffer_size(struct ipc_ept *ept) in ipc_service_get_tx_buffer_size()
176 int ipc_service_get_tx_buffer(struct ipc_ept *ept, void **data, uint32_t *len, k_timeout_t wait) in ipc_service_get_tx_buffer()
205 int ipc_service_drop_tx_buffer(struct ipc_ept *ept, const void *data) in ipc_service_drop_tx_buffer()
234 int ipc_service_send_nocopy(struct ipc_ept *ept, const void *data, size_t len) in ipc_service_send_nocopy()
263 int ipc_service_hold_rx_buffer(struct ipc_ept *ept, void *data) in ipc_service_hold_rx_buffer()
292 int ipc_service_release_rx_buffer(struct ipc_ept *ept, void *data) in ipc_service_release_rx_buffer()
/Zephyr-latest/subsys/ipc/ipc_service/lib/
Dipc_rpmsg.c19 struct ipc_rpmsg_ept *ept; in ns_bind_cb() local
50 struct ipc_rpmsg_ept *ept) in ipc_rpmsg_register_ept()
Dicmsg_me.c157 const struct ipc_ept_cfg *ept; in icmsg_me_received_data() local
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icbmsg.c191 struct ept_data ept[NUM_EPT]; /* Array of registered endpoints. */ member
613 struct ept_data *ept; in find_ept_by_name() local
652 struct ept_data *ept; in match_bound_msg() local
695 static int send_bound_message(struct backend_data *dev_data, struct ept_data *ept) in send_bound_message()
736 struct ept_data *ept = NULL; in ept_bound_process() local
810 struct ept_data *ept; in get_ept_and_rx_validate() local
849 struct ept_data *ept; in received_data() local
952 struct ept_data *ept; in control_received() local
1056 struct ept_data *ept = token; in send() local
1087 struct ept_data *ept = NULL; in register_ept() local
[all …]
Dipc_icmsg_me_follower.c68 static int cache_ept_loc(struct backend_data_t *data, const struct ipc_ept_cfg *ept) in cache_ept_loc()
99 struct backend_data_t *data, const struct ipc_ept_cfg *ept, in bind_ept()
157 const struct ipc_ept_cfg *ept = in received() local
Dipc_icmsg_me_initiator.c44 const struct ipc_ept_cfg *ept; in received() local
Dipc_rpmsg_static_vrings.c127 struct ipc_rpmsg_ept *ept; in get_ept() local
209 static void bound_cb(struct ipc_rpmsg_ept *ept) in bound_cb()
220 struct ipc_rpmsg_ept *ept; in ept_cb() local
/Zephyr-latest/samples/subsys/ipc/openamp/remote/src/
Dmain.c85 int endpoint_cb(struct rpmsg_endpoint *ept, void *data, in endpoint_cb()
100 static void rpmsg_service_unbind(struct rpmsg_endpoint *ept) in rpmsg_service_unbind()
/Zephyr-latest/samples/subsys/ipc/openamp/src/
Dmain.c97 int endpoint_cb(struct rpmsg_endpoint *ept, void *data, in endpoint_cb()
112 static void rpmsg_service_unbind(struct rpmsg_endpoint *ept) in rpmsg_service_unbind()
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/remote/src/
Dmain.c29 int endpoint_cb(struct rpmsg_endpoint *ept, void *data, in endpoint_cb()
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/src/
Dmain.c28 int endpoint_cb(struct rpmsg_endpoint *ept, void *data, in endpoint_cb()
/Zephyr-latest/include/zephyr/shell/
Dshell_rpmsg.h43 struct rpmsg_endpoint ept; member
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_ipc_service.c14 struct ipc_ept ept; member
/Zephyr-latest/subsys/logging/
Dlog_link_ipc_service.c17 struct ipc_ept ept; member
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/src/
Dmain_remote.c92 static int rpmsg_recv_cs_callback(struct rpmsg_endpoint *ept, void *data, in rpmsg_recv_cs_callback()
102 static int rpmsg_recv_tty_callback(struct rpmsg_endpoint *ept, void *data, in rpmsg_recv_tty_callback()
/Zephyr-latest/modules/hal_nordic/nrf_802154/serialization/platform/
Dnrf_802154_spinel_backend_ipc.c34 static struct ipc_ept ept; variable
/Zephyr-latest/subsys/shell/backends/
Dshell_rpmsg.c14 static int rpmsg_shell_cb(struct rpmsg_endpoint *ept, void *data, in rpmsg_shell_cb()