Searched refs:tee_device (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/ |
| A D | tee_drv.h | 33 struct tee_device; 55 struct tee_device *teedev; 98 void (*get_version)(struct tee_device *teedev, 147 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc, 161 int tee_device_register(struct tee_device *teedev); 171 void tee_device_unregister(struct tee_device *teedev); 324 void *tee_get_drvdata(struct tee_device *teedev);
|
| /linux/drivers/tee/ |
| A D | tee_private.h | 44 struct tee_device { struct 65 bool tee_device_get(struct tee_device *teedev); argument 66 void tee_device_put(struct tee_device *teedev);
|
| A D | tee_core.c | 856 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in tee_release_device() 883 struct tee_device *teedev; in tee_device_alloc() 967 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in implementation_id_show() 991 int tee_device_register(struct tee_device *teedev) in tee_device_register() 1016 void tee_device_put(struct tee_device *teedev) in tee_device_put() 1030 bool tee_device_get(struct tee_device *teedev) in tee_device_get() 1050 void tee_device_unregister(struct tee_device *teedev) in tee_device_unregister() 1077 void *tee_get_drvdata(struct tee_device *teedev) in tee_get_drvdata() 1092 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in match_dev() 1195 struct tee_client_device *tee_device; in tee_client_device_match() local [all …]
|
| A D | tee_shm.c | 31 static void tee_shm_release(struct tee_device *teedev, struct tee_shm *shm) in tee_shm_release() 61 struct tee_device *teedev = ctx->teedev; in tee_shm_alloc() 151 struct tee_device *teedev = ctx->teedev; in tee_shm_register() 411 struct tee_device *teedev; in tee_shm_get_from_id() 440 struct tee_device *teedev = shm->ctx->teedev; in tee_shm_put()
|
| /linux/drivers/tee/optee/ |
| A D | optee_private.h | 142 struct tee_device *supp_teedev; 143 struct tee_device *teedev;
|
| A 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()
|
| A D | core.c | 77 struct tee_device *teedev = ctx->teedev; in optee_open()
|
| A D | smc_abi.c | 728 struct tee_device *teedev = ctx->teedev; in optee_handle_rpc() 849 static void optee_get_version(struct tee_device *teedev, in optee_get_version() 1179 struct tee_device *teedev; in optee_probe()
|
| A D | ffa_abi.c | 721 static void optee_ffa_get_version(struct tee_device *teedev, in optee_ffa_get_version() 796 struct tee_device *teedev; in optee_ffa_probe()
|
| /linux/drivers/tee/amdtee/ |
| A D | amdtee_private.h | 41 struct tee_device *teedev;
|
| A 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()
|
Completed in 16 milliseconds