Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtee_drv.h33 struct tee_device;
55 struct tee_device *teedev;
98 void (*get_version)(struct tee_device *teedev,
147 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc,
161 int tee_device_register(struct tee_device *teedev);
171 void tee_device_unregister(struct tee_device *teedev);
319 void *tee_get_drvdata(struct tee_device *teedev);
591 struct tee_context *teedev_open(struct tee_device *teedev);
/OK3568_Linux_fs/kernel/drivers/tee/
H A Dtee_private.h44 struct tee_device { struct
65 bool tee_device_get(struct tee_device *teedev); argument
66 void tee_device_put(struct tee_device *teedev);
H A Dtee_core.c46 struct tee_context *teedev_open(struct tee_device *teedev) in teedev_open()
102 struct tee_device *teedev = ctx->teedev; in teedev_close_context()
113 ctx = teedev_open(container_of(inode->i_cdev, struct tee_device, cdev)); in tee_open()
862 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in tee_release_device()
884 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc, in tee_device_alloc()
889 struct tee_device *teedev; in tee_device_alloc()
973 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in implementation_id_show()
997 int tee_device_register(struct tee_device *teedev) in tee_device_register()
1022 void tee_device_put(struct tee_device *teedev) in tee_device_put()
1036 bool tee_device_get(struct tee_device *teedev) in tee_device_get()
[all …]
H A Dtee_shm.c32 static void tee_shm_release(struct tee_device *teedev, struct tee_shm *shm) in tee_shm_release()
62 struct tee_device *teedev = ctx->teedev; in tee_shm_alloc()
152 struct tee_device *teedev = ctx->teedev; in tee_shm_register()
412 struct tee_device *teedev; in tee_shm_get_from_id()
441 struct tee_device *teedev = shm->ctx->teedev; in tee_shm_put()
/OK3568_Linux_fs/kernel/drivers/tee/optee/
H A Doptee_private.h88 struct tee_device *supp_teedev;
89 struct tee_device *teedev;
H A Dcore.c198 static void optee_get_version(struct tee_device *teedev, in optee_get_version()
223 struct tee_device *teedev = ctx->teedev; in optee_open()
270 struct tee_device *teedev = ctx->teedev; in optee_release()
636 struct tee_device *teedev; in optee_probe()
H A Dsupp.c252 struct tee_device *teedev = ctx->teedev; in optee_supp_recv()
361 struct tee_device *teedev = ctx->teedev; in optee_supp_send()
H A Drpc.c499 struct tee_device *teedev = ctx->teedev; in optee_handle_rpc()
/OK3568_Linux_fs/kernel/drivers/tee/amdtee/
H A Damdtee_private.h41 struct tee_device *teedev;
H A Dcore.c24 static void amdtee_get_version(struct tee_device *teedev, in amdtee_get_version()
454 struct tee_device *teedev; in amdtee_driver_init()