Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_rpmsg_static_vrings.c43 struct ipc_rpmsg_instance rpmsg_inst; member
77 static struct ipc_rpmsg_ept *get_ept_slot_with_name(struct ipc_rpmsg_instance *rpmsg_inst, in get_ept_slot_with_name() argument
83 rpmsg_ept = &rpmsg_inst->endpoint[i]; in get_ept_slot_with_name()
86 return &rpmsg_inst->endpoint[i]; 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() argument
95 return get_ept_slot_with_name(rpmsg_inst, ""); in get_available_ept_slot()
98 static bool check_endpoints_freed(struct ipc_rpmsg_instance *rpmsg_inst) in check_endpoints_freed() argument
103 rpmsg_ept = &rpmsg_inst->endpoint[i]; in check_endpoints_freed()
124 static bool get_ept(struct ipc_rpmsg_instance *rpmsg_inst, in get_ept() argument
129 ept = get_ept_slot_with_name(rpmsg_inst, name); in get_ept()
[all …]