/kernel/linux/linux-5.10/drivers/tee/ |
H A D | tee_shm.c | 32 static void tee_shm_release(struct tee_device *teedev, struct tee_shm *shm) in tee_shm_release() argument 62 struct tee_device *teedev = ctx->teedev; in tee_shm_alloc() local 152 struct tee_device *teedev = ctx->teedev; tee_shm_register() local 412 struct tee_device *teedev; tee_shm_get_from_id() local 441 struct tee_device *teedev = shm->ctx->teedev; tee_shm_put() local [all...] |
H A D | tee_core.c | 46 struct tee_context *teedev_open(struct tee_device *teedev) in teedev_open() argument 102 struct tee_device *teedev = ctx->teedev; in teedev_close_context() local 862 struct tee_device *teedev = container_of(dev, struct tee_device, dev); tee_release_device() local 889 struct tee_device *teedev; tee_device_alloc() local 973 struct tee_device *teedev = container_of(dev, struct tee_device, dev); implementation_id_show() local 997 tee_device_register(struct tee_device *teedev) tee_device_register() argument 1022 tee_device_put(struct tee_device *teedev) tee_device_put() argument 1036 tee_device_get(struct tee_device *teedev) tee_device_get() argument 1056 tee_device_unregister(struct tee_device *teedev) tee_device_unregister() argument 1083 tee_get_drvdata(struct tee_device *teedev) tee_get_drvdata() argument 1098 struct tee_device *teedev = container_of(dev, struct tee_device, dev); match_dev() local [all...] |
/kernel/linux/linux-5.10/drivers/tee/optee/ |
H A D | supp.c | 232 struct tee_device *teedev = ctx->teedev; in optee_supp_recv() local 341 struct tee_device *teedev = ctx->teedev; in optee_supp_send() local
|
H A D | rpc.c | 499 struct tee_device *teedev = ctx->teedev; in optee_handle_rpc() local
|
H A D | optee_private.h | 89 struct tee_device *teedev; member
|
H A D | core.c | 198 static void optee_get_version(struct tee_device *teedev, in optee_get_version() argument 223 struct tee_device *teedev = ctx->teedev; in optee_open() local 270 struct tee_device *teedev = ctx->teedev; in optee_release() local 636 struct tee_device *teedev; optee_probe() local [all...] |
/kernel/linux/linux-5.10/drivers/tee/amdtee/ |
H A D | amdtee_private.h | 41 struct tee_device *teedev; member
|
H A D | core.c | 24 static void amdtee_get_version(struct tee_device *teedev, in amdtee_get_version() argument 455 struct tee_device *teedev; in amdtee_driver_init() local [all...] |
/kernel/linux/linux-6.6/drivers/tee/optee/ |
H A D | core.c | 90 struct tee_device *teedev = ctx->teedev; in optee_open() local
|
H A D | supp.c | 232 struct tee_device *teedev = ctx->teedev; in optee_supp_recv() local 341 struct tee_device *teedev = ctx->teedev; in optee_supp_send() local
|
H A D | ffa_abi.c | 716 static void optee_ffa_get_version(struct tee_device *teedev, in optee_ffa_get_version() argument 792 struct tee_device *teedev; in optee_ffa_probe() local [all...] |
H A D | optee_private.h | 186 struct tee_device *teedev; member
|
H A D | smc_abi.c | 819 struct tee_device *teedev = ctx->teedev; in optee_handle_rpc() local 1182 static void optee_get_version(struct tee_device *teedev, in optee_get_version() argument 1612 struct tee_device *teedev; in optee_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/tee/amdtee/ |
H A D | amdtee_private.h | 41 struct tee_device *teedev; member
|
H A D | core.c | 24 static void amdtee_get_version(struct tee_device *teedev, in amdtee_get_version() argument 455 struct tee_device *teedev; in amdtee_driver_init() local [all...] |
/kernel/linux/linux-6.6/drivers/tee/ |
H A D | tee_shm.c | 56 static void tee_shm_release(struct tee_device *teedev, struct tee_shm *shm) in tee_shm_release() argument 80 struct tee_device *teedev = ctx->teedev; in shm_alloc_helper() local 142 struct tee_device *teedev = ctx->teedev; tee_shm_alloc_user_buf() local 220 struct tee_device *teedev = ctx->teedev; register_shm_helper() local 308 struct tee_device *teedev = ctx->teedev; tee_shm_register_user_buf() local 463 struct tee_device *teedev; tee_shm_get_from_id() local 492 struct tee_device *teedev = shm->ctx->teedev; tee_shm_put() local [all...] |
H A D | tee_core.c | 46 struct tee_context *teedev_open(struct tee_device *teedev) in teedev_open() argument 102 struct tee_device *teedev = ctx->teedev; in teedev_close_context() local 857 struct tee_device *teedev = container_of(dev, struct tee_device, dev); tee_release_device() local 884 struct tee_device *teedev; tee_device_alloc() local 968 struct tee_device *teedev = container_of(dev, struct tee_device, dev); implementation_id_show() local 992 tee_device_register(struct tee_device *teedev) tee_device_register() argument 1017 tee_device_put(struct tee_device *teedev) tee_device_put() argument 1031 tee_device_get(struct tee_device *teedev) tee_device_get() argument 1051 tee_device_unregister(struct tee_device *teedev) tee_device_unregister() argument 1078 tee_get_drvdata(struct tee_device *teedev) tee_get_drvdata() argument 1093 struct tee_device *teedev = container_of(dev, struct tee_device, dev); match_dev() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | tee_drv.h | 55 struct tee_device *teedev; member [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | tee_drv.h | 52 struct tee_device *teedev; member [all...] |