Lines Matching refs:uo
229 struct qcomtee_user_object *uo = to_qcomtee_user_object(object); in qcomtee_user_object_dispatch() local
230 struct qcomtee_context_data *ctxdata = uo->ctx->data; in qcomtee_user_object_dispatch()
239 ureq->object_id = uo->object_id; in qcomtee_user_object_dispatch()
319 struct qcomtee_user_object *uo = to_qcomtee_user_object(object); in qcomtee_user_object_release() local
320 struct qcomtee_context_data *ctxdata = uo->ctx->data; in qcomtee_user_object_release()
326 if (!uo->notify) in qcomtee_user_object_release()
334 ureq->object_id = uo->object_id; in qcomtee_user_object_release()
346 teedev_ctx_put(uo->ctx); in qcomtee_user_object_release()
347 kfree(uo); in qcomtee_user_object_release()
400 struct qcomtee_user_object *uo; in qcomtee_user_param_from_object() local
402 uo = to_qcomtee_user_object(object); in qcomtee_user_param_from_object()
404 if (uo->ctx != ctx) in qcomtee_user_param_from_object()
407 param->u.objref.id = uo->object_id; in qcomtee_user_param_from_object()