Searched defs:teedev (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() local 1015 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in tee_release_device() local 1042 struct tee_device *teedev; in tee_device_alloc() local 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() local 1153 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in revision_show() local 1178 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in tee_revision_attr_is_visible() local 1211 int tee_device_register(struct tee_device *teedev) in tee_device_register() 1234 void tee_device_put(struct tee_device *teedev) in tee_device_put() [all …]
|
| 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() local 157 struct tee_device *teedev = ctx->teedev; in tee_shm_alloc_user_buf() local 305 struct tee_device *teedev = ctx->teedev; in tee_shm_alloc_dma_mem() local 422 struct tee_device *teedev = ctx->teedev; in register_shm_helper() local 527 struct tee_device *teedev = ctx->teedev; in tee_shm_register_user_buf() local 693 struct tee_device *teedev; in tee_shm_get_from_id() local 722 struct tee_device *teedev; in tee_shm_put() local
|
| H A D | tee_heap.c | 22 struct tee_device *teedev; member 174 struct tee_device *teedev = NULL; in tee_dma_heap_alloc() local 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()
|
| /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() local
|
| H A D | supp.c | 213 struct tee_device *teedev = ctx->teedev; in optee_supp_recv() local 322 struct tee_device *teedev = ctx->teedev; in optee_supp_send() local
|
| H A D | smc_abi.c | 817 struct tee_device *teedev = ctx->teedev; in optee_handle_rpc() local 1218 static void optee_get_version(struct tee_device *teedev, in optee_get_version() 1737 struct tee_device *teedev; in optee_probe() local
|
| 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() local
|
| /linux/drivers/tee/amdtee/ |
| 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() local
|
| H A D | amdtee_private.h | 41 struct tee_device *teedev; member
|
| /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() local
|
| /linux/drivers/tee/tstee/ |
| H A D | tstee_private.h | 80 struct tee_device *teedev; member
|
| H A D | core.c | 44 static void tstee_get_version(struct tee_device *teedev, in tstee_get_version()
|