Lines Matching full:oic
177 struct qcomtee_object_invoke_ctx *oic; in qcomtee_object_invoke_ctx_alloc() local
179 oic = kzalloc_obj(*oic); in qcomtee_object_invoke_ctx_alloc()
180 if (oic) in qcomtee_object_invoke_ctx_alloc()
181 oic->ctx = ctx; in qcomtee_object_invoke_ctx_alloc()
182 return oic; in qcomtee_object_invoke_ctx_alloc()
187 * @oic: context to use for the current invocation.
201 int qcomtee_object_do_invoke(struct qcomtee_object_invoke_ctx *oic,
213 int (*dispatch)(struct qcomtee_object_invoke_ctx *oic,
216 void (*notify)(struct qcomtee_object_invoke_ctx *oic,
310 qcomtee_object_get_client_env(struct qcomtee_object_invoke_ctx *oic);
313 qcomtee_object_get_service(struct qcomtee_object_invoke_ctx *oic,