Searched refs:tee_device (Results 1 – 9 of 9) 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() 1009 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in tee_release_device() 1031 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc, in tee_device_alloc() 1036 struct tee_device *teedev; in tee_device_alloc() 1117 void tee_device_set_dev_groups(struct tee_device *teedev, in tee_device_set_dev_groups() 1127 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in implementation_id_show() 1147 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in revision_show() 1172 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 | 36 static void tee_shm_release(struct tee_device *teedev, struct tee_shm *shm) in tee_shm_release() 77 struct tee_device *teedev = ctx->teedev; in shm_alloc_helper() 139 struct tee_device *teedev = ctx->teedev; in tee_shm_alloc_user_buf() 287 struct tee_device *teedev = ctx->teedev; in tee_shm_alloc_dma_mem() 404 struct tee_device *teedev = ctx->teedev; in register_shm_helper() 500 struct tee_device *teedev = ctx->teedev; in tee_shm_register_user_buf() 666 struct tee_device *teedev; in tee_shm_get_from_id() 695 struct tee_device *teedev; in tee_shm_put()
|
| /linux/include/linux/ |
| H A D | tee_drv.h | 21 struct tee_device; 40 struct tee_device *teedev;
|
| /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 | 248 struct tee_device *teedev = ctx->teedev; in optee_supp_recv() 363 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()
|
| /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()
|