/Zephyr-latest/subsys/ipc/ipc_service/ |
D | ipc_service.c | 66 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/ |
D | ipc_rpmsg.c | 19 struct ipc_rpmsg_ept *ept; in ns_bind_cb() local 50 struct ipc_rpmsg_ept *ept) in ipc_rpmsg_register_ept()
|
D | icmsg_me.c | 157 const struct ipc_ept_cfg *ept; in icmsg_me_received_data() local
|
/Zephyr-latest/subsys/ipc/ipc_service/backends/ |
D | ipc_icbmsg.c | 191 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 …]
|
D | ipc_icmsg_me_follower.c | 68 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
|
D | ipc_icmsg_me_initiator.c | 44 const struct ipc_ept_cfg *ept; in received() local
|
D | ipc_rpmsg_static_vrings.c | 127 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/ |
D | main.c | 85 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/ |
D | main.c | 97 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/ |
D | main.c | 29 int endpoint_cb(struct rpmsg_endpoint *ept, void *data, in endpoint_cb()
|
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/src/ |
D | main.c | 28 int endpoint_cb(struct rpmsg_endpoint *ept, void *data, in endpoint_cb()
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell_rpmsg.h | 43 struct rpmsg_endpoint ept; member
|
/Zephyr-latest/subsys/logging/backends/ |
D | log_backend_ipc_service.c | 14 struct ipc_ept ept; member
|
/Zephyr-latest/subsys/logging/ |
D | log_link_ipc_service.c | 17 struct ipc_ept ept; member
|
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/src/ |
D | main_remote.c | 92 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/ |
D | nrf_802154_spinel_backend_ipc.c | 34 static struct ipc_ept ept; variable
|
/Zephyr-latest/subsys/shell/backends/ |
D | shell_rpmsg.c | 14 static int rpmsg_shell_cb(struct rpmsg_endpoint *ept, void *data, in rpmsg_shell_cb()
|