Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_rpmsg_static_vrings.c80 struct ipc_rpmsg_ept *rpmsg_ept; in get_ept_slot_with_name() local
83 rpmsg_ept = &rpmsg_inst->endpoint[i]; in get_ept_slot_with_name()
85 if (strcmp(name, rpmsg_ept->name) == 0) { in get_ept_slot_with_name()
100 struct ipc_rpmsg_ept *rpmsg_ept; in check_endpoints_freed() local
103 rpmsg_ept = &rpmsg_inst->endpoint[i]; in check_endpoints_freed()
105 if (rpmsg_ept->bound == true) { in check_endpoints_freed()
125 struct ipc_rpmsg_ept **rpmsg_ept, const char *name) in get_ept() argument
131 (*rpmsg_ept) = ept; in get_ept()
137 (*rpmsg_ept) = ept; in get_ept()
141 (*rpmsg_ept) = NULL; in get_ept()
[all …]