Searched refs:tee_device (Results 1 – 14 of 14) sorted by relevance
/linux/include/linux/ |
H A D | tee_core.h | 48 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 D | tee_drv.h | 21 struct tee_device; 40 struct tee_device *teedev;
|
/linux/drivers/tee/ |
H A D | tee_core.c | 46 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 D | tee_private.h | 17 bool tee_device_get(struct tee_device *teedev); 18 void tee_device_put(struct tee_device *teedev);
|
H A D | tee_shm.c | 46 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 D | tstee_private.h | 80 struct tee_device *teedev;
|
H A D | core.c | 44 static void tstee_get_version(struct tee_device *teedev, in tstee_get_version()
|
/linux/drivers/tee/optee/ |
H A D | optee_private.h | 218 struct tee_device *supp_teedev; 219 struct tee_device *teedev;
|
H A D | supp.c | 232 struct tee_device *teedev = ctx->teedev; in optee_supp_recv() 341 struct tee_device *teedev = ctx->teedev; in optee_supp_send()
|
H A D | core.c | 95 struct tee_device *teedev = ctx->teedev; in optee_open()
|
H A D | ffa_abi.c | 756 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 D | smc_abi.c | 817 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 D | amdtee_private.h | 41 struct tee_device *teedev;
|
H A D | core.c | 23 static void amdtee_get_version(struct tee_device *teedev, in amdtee_get_version() 454 struct tee_device *teedev; in amdtee_driver_init()
|