Searched refs:tee_device (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/include/linux/ |
D | tee_drv.h | 30 struct tee_device; 52 struct tee_device *teedev; 95 void (*get_version)(struct tee_device *teedev, 144 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc, 158 int tee_device_register(struct tee_device *teedev); 168 void tee_device_unregister(struct tee_device *teedev); 271 void *tee_get_drvdata(struct tee_device *teedev); 502 struct tee_context *teedev_open(struct tee_device *teedev);
|
/linux-6.1.9/drivers/tee/ |
D | tee_private.h | 33 struct tee_device { struct 54 bool tee_device_get(struct tee_device *teedev); argument 55 void tee_device_put(struct tee_device *teedev);
|
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() 968 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in implementation_id_show() 992 int tee_device_register(struct tee_device *teedev) in tee_device_register() 1017 void tee_device_put(struct tee_device *teedev) in tee_device_put() 1031 bool tee_device_get(struct tee_device *teedev) in tee_device_get() [all …]
|
D | tee_shm.c | 73 static void tee_shm_release(struct tee_device *teedev, struct tee_shm *shm) in tee_shm_release() 97 struct tee_device *teedev = ctx->teedev; in shm_alloc_helper() 159 struct tee_device *teedev = ctx->teedev; in tee_shm_alloc_user_buf() 237 struct tee_device *teedev = ctx->teedev; in register_shm_helper() 325 struct tee_device *teedev = ctx->teedev; in tee_shm_register_user_buf() 480 struct tee_device *teedev; in tee_shm_get_from_id() 509 struct tee_device *teedev = shm->ctx->teedev; in tee_shm_put()
|
/linux-6.1.9/drivers/tee/optee/ |
D | optee_private.h | 161 struct tee_device *supp_teedev; 162 struct tee_device *teedev;
|
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()
|
D | core.c | 90 struct tee_device *teedev = ctx->teedev; in optee_open()
|
D | ffa_abi.c | 716 static void optee_ffa_get_version(struct tee_device *teedev, in optee_ffa_get_version() 792 struct tee_device *teedev; in optee_ffa_probe()
|
D | smc_abi.c | 799 struct tee_device *teedev = ctx->teedev; in optee_handle_rpc() 1063 static void optee_get_version(struct tee_device *teedev, in optee_get_version() 1364 struct tee_device *teedev; in optee_probe()
|
/linux-6.1.9/drivers/tee/amdtee/ |
D | amdtee_private.h | 41 struct tee_device *teedev;
|
D | core.c | 24 static void amdtee_get_version(struct tee_device *teedev, in amdtee_get_version() 454 struct tee_device *teedev; in amdtee_driver_init()
|