Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtee_core.h48 struct tee_device { struct
81 void (*get_version)(struct tee_device *teedev, argument
131 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc,
145 int tee_device_register(struct tee_device *teedev);
155 void tee_device_unregister(struct tee_device *teedev);
166 void tee_device_set_dev_groups(struct tee_device *teedev,
236 void *tee_get_drvdata(struct tee_device *teedev);
310 struct tee_context *teedev_open(struct tee_device *teedev);
H A Dtee_drv.h21 struct tee_device;
40 struct tee_device *teedev;
/linux/drivers/tee/
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()
857 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in tee_release_device()
879 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc, in tee_device_alloc()
884 struct tee_device *teedev; in tee_device_alloc()
965 void tee_device_set_dev_groups(struct tee_device *teedev, in tee_device_set_dev_groups()
975 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in implementation_id_show()
1004 int tee_device_register(struct tee_device *teedev) in tee_device_register()
1027 void tee_device_put(struct tee_device *teedev) in tee_device_put()
[all …]
H A Dtee_private.h17 bool tee_device_get(struct tee_device *teedev);
18 void tee_device_put(struct tee_device *teedev);
H A Dtee_shm.c46 static void tee_shm_release(struct tee_device *teedev, struct tee_shm *shm) in tee_shm_release()
70 struct tee_device *teedev = ctx->teedev; in shm_alloc_helper()
132 struct tee_device *teedev = ctx->teedev; in tee_shm_alloc_user_buf()
274 struct tee_device *teedev = ctx->teedev; in register_shm_helper()
371 struct tee_device *teedev = ctx->teedev; in tee_shm_register_user_buf()
534 struct tee_device *teedev; in tee_shm_get_from_id()
563 struct tee_device *teedev = shm->ctx->teedev; in tee_shm_put()
/linux/drivers/tee/tstee/
H A Dtstee_private.h80 struct tee_device *teedev;
H A Dcore.c44 static void tstee_get_version(struct tee_device *teedev, in tstee_get_version()
/linux/drivers/tee/optee/
H A Doptee_private.h218 struct tee_device *supp_teedev;
219 struct tee_device *teedev;
H A Dsupp.c232 struct tee_device *teedev = ctx->teedev; in optee_supp_recv()
341 struct tee_device *teedev = ctx->teedev; in optee_supp_send()
H A Dcore.c95 struct tee_device *teedev = ctx->teedev; in optee_open()
H A Dffa_abi.c756 static void optee_ffa_get_version(struct tee_device *teedev, in optee_ffa_get_version()
878 struct tee_device *teedev; in optee_ffa_probe()
H A Dsmc_abi.c817 struct tee_device *teedev = ctx->teedev; in optee_handle_rpc()
1154 static void optee_get_version(struct tee_device *teedev, in optee_get_version()
1594 struct tee_device *teedev; in optee_probe()
/linux/drivers/tee/amdtee/
H A Damdtee_private.h41 struct tee_device *teedev;
H A Dcore.c23 static void amdtee_get_version(struct tee_device *teedev, in amdtee_get_version()
454 struct tee_device *teedev; in amdtee_driver_init()