Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/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-Core-3.4.0/subsys/ipc/ipc_service/backends/
Dipc_rpmsg_static_vrings.c70 static struct ipc_rpmsg_ept *get_ept_slot_with_name(struct ipc_rpmsg_instance *rpmsg_inst, in get_ept_slot_with_name()
73 struct ipc_rpmsg_ept *rpmsg_ept; in get_ept_slot_with_name()
86 static struct ipc_rpmsg_ept *get_available_ept_slot(struct ipc_rpmsg_instance *rpmsg_inst) in get_available_ept_slot()
93 struct ipc_rpmsg_ept *rpmsg_ept; in check_endpoints_freed()
118 struct ipc_rpmsg_ept **rpmsg_ept, const char *name) in get_ept()
120 struct ipc_rpmsg_ept *ept; in get_ept()
139 static void advertise_ept(struct ipc_rpmsg_instance *rpmsg_inst, struct ipc_rpmsg_ept *rpmsg_ept, in advertise_ept()
163 struct ipc_rpmsg_ept *rpmsg_ept; in ns_bind_cb()
202 static void bound_cb(struct ipc_rpmsg_ept *ept) in bound_cb()
213 struct ipc_rpmsg_ept *ept; in ept_cb()
[all …]
/Zephyr-Core-3.4.0/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()