Searched refs:tee_device (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/tee/ |
| H A D | tee_core.c | 46 struct tee_context *teedev_open(struct tee_device *teedev) in teedev_open() 104 struct tee_device *teedev = ctx->teedev; in teedev_close_context() 118 ctx = teedev_open(container_of(inode->i_cdev, struct tee_device, cdev)); in tee_open() 1015 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in tee_release_device() 1037 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc, in tee_device_alloc() 1042 struct tee_device *teedev; in tee_device_alloc() 1123 void tee_device_set_dev_groups(struct tee_device *teedev, in tee_device_set_dev_groups() 1133 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in implementation_id_show() 1153 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in revision_show() 1178 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in tee_revision_attr_is_visible() [all …]
|
| H A D | tee_heap.c | 22 struct tee_device *teedev; 174 struct tee_device *teedev = NULL; in tee_dma_heap_alloc() 244 static int alloc_dma_heap(struct tee_device *teedev, enum tee_dma_heap_id id, in alloc_dma_heap() 285 int tee_device_register_dma_heap(struct tee_device *teedev, in tee_device_register_dma_heap() 322 void tee_device_put_all_dma_heaps(struct tee_device *teedev) in tee_device_put_all_dma_heaps() 340 int tee_heap_update_from_dma_buf(struct tee_device *teedev, in tee_heap_update_from_dma_buf() 367 int tee_device_register_dma_heap(struct tee_device *teedev __always_unused, in tee_device_register_dma_heap() 376 tee_device_put_all_dma_heaps(struct tee_device *teedev __always_unused) in tee_device_put_all_dma_heaps() 381 int tee_heap_update_from_dma_buf(struct tee_device *teedev __always_unused, in tee_heap_update_from_dma_buf()
|
| H A D | tee_shm.c | 54 static void tee_shm_release(struct tee_device *teedev, struct tee_shm *shm) in tee_shm_release() 95 struct tee_device *teedev = ctx->teedev; in shm_alloc_helper() 157 struct tee_device *teedev = ctx->teedev; in tee_shm_alloc_user_buf() 305 struct tee_device *teedev = ctx->teedev; in tee_shm_alloc_dma_mem() 422 struct tee_device *teedev = ctx->teedev; in register_shm_helper() 527 struct tee_device *teedev = ctx->teedev; in tee_shm_register_user_buf() 693 struct tee_device *teedev; in tee_shm_get_from_id() 722 struct tee_device *teedev; in tee_shm_put()
|
| /linux/drivers/tee/optee/ |
| H A D | core.c | 66 int optee_get_revision(struct tee_device *teedev, char *buf, size_t len) in optee_get_revision() 125 struct tee_device *teedev = ctx->teedev; in optee_open()
|
| H A D | supp.c | 213 struct tee_device *teedev = ctx->teedev; in optee_supp_recv() 322 struct tee_device *teedev = ctx->teedev; in optee_supp_send()
|
| H A D | smc_abi.c | 817 struct tee_device *teedev = ctx->teedev; in optee_handle_rpc() 1218 static void optee_get_version(struct tee_device *teedev, in optee_get_version() 1737 struct tee_device *teedev; in optee_probe()
|
| H A D | ffa_abi.c | 902 static void optee_ffa_get_version(struct tee_device *teedev, in optee_ffa_get_version() 1061 struct tee_device *teedev; in optee_ffa_probe()
|
| /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/amdtee/ |
| H A D | amdtee_private.h | 41 struct tee_device *teedev;
|
| H A D | core.c | 26 static void amdtee_get_version(struct tee_device *teedev, in amdtee_get_version() 457 struct tee_device *teedev; in amdtee_driver_init()
|
| /linux/drivers/tee/qcomtee/ |
| H A D | call.c | 624 static void qcomtee_get_version(struct tee_device *teedev, in qcomtee_get_version() 702 struct tee_device *teedev; in qcomtee_probe()
|