Lines Matching refs:tee_context
45 struct tee_context *ctx; in tee_open()
72 void teedev_ctx_get(struct tee_context *ctx) in teedev_ctx_get()
82 struct tee_context *ctx = container_of(ref, struct tee_context, in teedev_ctx_release()
89 void teedev_ctx_put(struct tee_context *ctx) in teedev_ctx_put()
97 static void teedev_close_context(struct tee_context *ctx) in teedev_close_context()
109 static int tee_ioctl_version(struct tee_context *ctx, in tee_ioctl_version()
125 static int tee_ioctl_shm_alloc(struct tee_context *ctx, in tee_ioctl_shm_alloc()
162 tee_ioctl_shm_register(struct tee_context *ctx, in tee_ioctl_shm_register()
198 static int params_from_user(struct tee_context *ctx, struct tee_param *params, in params_from_user()
292 static int tee_ioctl_open_session(struct tee_context *ctx, in tee_ioctl_open_session()
364 static int tee_ioctl_invoke(struct tee_context *ctx, in tee_ioctl_invoke()
425 static int tee_ioctl_cancel(struct tee_context *ctx, in tee_ioctl_cancel()
441 tee_ioctl_close_session(struct tee_context *ctx, in tee_ioctl_close_session()
455 static int params_to_supp(struct tee_context *ctx, in params_to_supp()
499 static int tee_ioctl_supp_recv(struct tee_context *ctx, in tee_ioctl_supp_recv()
596 static int tee_ioctl_supp_send(struct tee_context *ctx, in tee_ioctl_supp_send()
641 struct tee_context *ctx = filp->private_data; in tee_ioctl()