Home
last modified time | relevance | path

Searched defs:teedev (Results 1 – 10 of 10) sorted by relevance

/linux-6.8/drivers/tee/
Dtee_shm.c45 static void tee_shm_release(struct tee_device *teedev, struct tee_shm *shm) in tee_shm_release()
69 struct tee_device *teedev = ctx->teedev; in shm_alloc_helper() local
131 struct tee_device *teedev = ctx->teedev; in tee_shm_alloc_user_buf() local
209 struct tee_device *teedev = ctx->teedev; in register_shm_helper() local
306 struct tee_device *teedev = ctx->teedev; in tee_shm_register_user_buf() local
469 struct tee_device *teedev; in tee_shm_get_from_id() local
498 struct tee_device *teedev = shm->ctx->teedev; in tee_shm_put() local
Dtee_core.c49 struct tee_context *teedev_open(struct tee_device *teedev) in teedev_open()
105 struct tee_device *teedev = ctx->teedev; in teedev_close_context() local
860 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in tee_release_device() local
887 struct tee_device *teedev; in tee_device_alloc() local
971 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in implementation_id_show() local
995 int tee_device_register(struct tee_device *teedev) in tee_device_register()
1020 void tee_device_put(struct tee_device *teedev) in tee_device_put()
1034 bool tee_device_get(struct tee_device *teedev) in tee_device_get()
1054 void tee_device_unregister(struct tee_device *teedev) in tee_device_unregister()
1081 void *tee_get_drvdata(struct tee_device *teedev) in tee_get_drvdata()
[all …]
/linux-6.8/drivers/tee/optee/
Dsupp.c232 struct tee_device *teedev = ctx->teedev; in optee_supp_recv() local
341 struct tee_device *teedev = ctx->teedev; in optee_supp_send() local
Dcore.c91 struct tee_device *teedev = ctx->teedev; in optee_open() local
Dffa_abi.c749 static void optee_ffa_get_version(struct tee_device *teedev, in optee_ffa_get_version()
871 struct tee_device *teedev; in optee_ffa_probe() local
Dsmc_abi.c817 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()
1596 struct tee_device *teedev; in optee_probe() local
Doptee_private.h206 struct tee_device *teedev; member
/linux-6.8/drivers/tee/amdtee/
Dcore.c24 static void amdtee_get_version(struct tee_device *teedev, in amdtee_get_version()
455 struct tee_device *teedev; in amdtee_driver_init() local
Damdtee_private.h41 struct tee_device *teedev; member
/linux-6.8/include/linux/
Dtee_drv.h52 struct tee_device *teedev; member