Home
last modified time | relevance | path

Searched refs:ipc_rpmsg_ept (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/ipc/
Dipc_rpmsg.h28 struct ipc_rpmsg_ept;
39 typedef void (*rpmsg_ept_bound_cb)(struct ipc_rpmsg_ept *ept);
45 struct ipc_rpmsg_ept { struct
71 struct ipc_rpmsg_ept endpoint[NUM_ENDPOINTS]; argument
143 struct ipc_rpmsg_ept *ept);
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_rpmsg_static_vrings.c77 static struct ipc_rpmsg_ept *get_ept_slot_with_name(struct ipc_rpmsg_instance *rpmsg_inst, in get_ept_slot_with_name()
80 struct ipc_rpmsg_ept *rpmsg_ept; in get_ept_slot_with_name()
93 static struct ipc_rpmsg_ept *get_available_ept_slot(struct ipc_rpmsg_instance *rpmsg_inst) in get_available_ept_slot()
100 struct ipc_rpmsg_ept *rpmsg_ept; in check_endpoints_freed()
125 struct ipc_rpmsg_ept **rpmsg_ept, const char *name) in get_ept()
127 struct ipc_rpmsg_ept *ept; in get_ept()
146 static void advertise_ept(struct ipc_rpmsg_instance *rpmsg_inst, struct ipc_rpmsg_ept *rpmsg_ept, in advertise_ept()
170 struct ipc_rpmsg_ept *rpmsg_ept; in ns_bind_cb()
209 static void bound_cb(struct ipc_rpmsg_ept *ept) in bound_cb()
220 struct ipc_rpmsg_ept *ept; in ept_cb()
[all …]
/Zephyr-latest/subsys/ipc/ipc_service/lib/
Dipc_rpmsg.c19 struct ipc_rpmsg_ept *ept; in ns_bind_cb()
50 struct ipc_rpmsg_ept *ept) in ipc_rpmsg_register_ept()