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() 102 struct tee_device *teedev = ctx->teedev; in teedev_close_context() local 857 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in tee_release_device() local 884 struct tee_device *teedev; in tee_device_alloc() local 965 void tee_device_set_dev_groups(struct tee_device *teedev, in tee_device_set_dev_groups() 975 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in implementation_id_show() local 1004 int tee_device_register(struct tee_device *teedev) in tee_device_register() 1027 void tee_device_put(struct tee_device *teedev) in tee_device_put() 1041 bool tee_device_get(struct tee_device *teedev) in tee_device_get() 1061 void tee_device_unregister(struct tee_device *teedev) in tee_device_unregister() [all …]
|
H A D | tee_shm.c | 46 static void tee_shm_release(struct tee_device *teedev, struct tee_shm *shm) in tee_shm_release() 70 struct tee_device *teedev = ctx->teedev; in shm_alloc_helper() local 132 struct tee_device *teedev = ctx->teedev; in tee_shm_alloc_user_buf() local 274 struct tee_device *teedev = ctx->teedev; in register_shm_helper() local 371 struct tee_device *teedev = ctx->teedev; in tee_shm_register_user_buf() local 534 struct tee_device *teedev; in tee_shm_get_from_id() local 563 struct tee_device *teedev = shm->ctx->teedev; in tee_shm_put() local
|
/linux/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 | core.c | 95 struct tee_device *teedev = ctx->teedev; in optee_open() local
|
H A D | ffa_abi.c | 756 static void optee_ffa_get_version(struct tee_device *teedev, in optee_ffa_get_version() 878 struct tee_device *teedev; in optee_ffa_probe() local
|
H A D | smc_abi.c | 817 struct tee_device *teedev = ctx->teedev; in optee_handle_rpc() local 1154 static void optee_get_version(struct tee_device *teedev, in optee_get_version() 1594 struct tee_device *teedev; in optee_probe() local
|
H A D | optee_private.h | 219 struct tee_device *teedev; member
|
/linux/drivers/tee/amdtee/ |
H A D | core.c | 23 static void amdtee_get_version(struct tee_device *teedev, in amdtee_get_version() 454 struct tee_device *teedev; in amdtee_driver_init() local
|
H A D | amdtee_private.h | 41 struct tee_device *teedev; member
|
/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()
|
/linux/include/linux/ |
H A D | tee_drv.h | 40 struct tee_device *teedev; member
|