Searched refs:rpmsg_inst (Results 1 – 1 of 1) sorted by relevance
43 struct ipc_rpmsg_instance rpmsg_inst; member77 static struct ipc_rpmsg_ept *get_ept_slot_with_name(struct ipc_rpmsg_instance *rpmsg_inst, in get_ept_slot_with_name() argument83 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() argument95 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() argument103 rpmsg_ept = &rpmsg_inst->endpoint[i]; in check_endpoints_freed()124 static bool get_ept(struct ipc_rpmsg_instance *rpmsg_inst, in get_ept() argument129 ept = get_ept_slot_with_name(rpmsg_inst, name); in get_ept()[all …]