Home
last modified time | relevance | path

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

/linux-5.10/drivers/tee/
Dtee_core.c46 static struct tee_context *teedev_open(struct tee_device *teedev) in teedev_open()
855 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in tee_release_device() local
882 struct tee_device *teedev; in tee_device_alloc() local
966 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in implementation_id_show() local
990 int tee_device_register(struct tee_device *teedev) in tee_device_register()
1015 void tee_device_put(struct tee_device *teedev) in tee_device_put()
1029 bool tee_device_get(struct tee_device *teedev) in tee_device_get()
1049 void tee_device_unregister(struct tee_device *teedev) in tee_device_unregister()
1076 void *tee_get_drvdata(struct tee_device *teedev) in tee_get_drvdata()
1091 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in match_dev() local
Dtee_shm.c33 struct tee_device *teedev = shm->ctx->teedev; in tee_shm_release() local
108 struct tee_device *teedev = ctx->teedev; in tee_shm_alloc() local
199 struct tee_device *teedev = ctx->teedev; in tee_shm_register() local
454 struct tee_device *teedev; in tee_shm_get_from_id() local
/linux-5.10/drivers/tee/optee/
Dcore.c207 static void optee_get_version(struct tee_device *teedev, in optee_get_version()
232 struct tee_device *teedev = ctx->teedev; in optee_open() local
279 struct tee_device *teedev = ctx->teedev; in optee_release() local
621 struct tee_device *teedev; in optee_probe() local
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
Drpc.c496 struct tee_device *teedev = ctx->teedev; in optee_handle_rpc() local
Doptee_private.h88 struct tee_device *teedev; member
/linux-5.10/drivers/tee/amdtee/
Dcore.c24 static void amdtee_get_version(struct tee_device *teedev, in amdtee_get_version()
452 struct tee_device *teedev; in amdtee_driver_init() local
Damdtee_private.h40 struct tee_device *teedev; member
/linux-5.10/include/linux/
Dtee_drv.h54 struct tee_device *teedev; member