Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tee/
H A Dtee_shm.c56 static void tee_shm_release(struct tee_device *teedev, struct tee_shm *shm) in tee_shm_release()
80 struct tee_device *teedev = ctx->teedev; in shm_alloc_helper() local
142 struct tee_device *teedev = ctx->teedev; in tee_shm_alloc_user_buf() local
220 struct tee_device *teedev = ctx->teedev; in register_shm_helper() local
308 struct tee_device *teedev = ctx->teedev; in tee_shm_register_user_buf() local
463 struct tee_device *teedev; in tee_shm_get_from_id() local
492 struct tee_device *teedev = shm->ctx->teedev; in tee_shm_put() local
H A Dtee_core.c46 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
968 struct tee_device *teedev = container_of(dev, struct tee_device, dev); in implementation_id_show() local
992 int tee_device_register(struct tee_device *teedev) in tee_device_register()
1017 void tee_device_put(struct tee_device *teedev) in tee_device_put()
1031 bool tee_device_get(struct tee_device *teedev) in tee_device_get()
1051 void tee_device_unregister(struct tee_device *teedev) in tee_device_unregister()
1078 void *tee_get_drvdata(struct tee_device *teedev) in tee_get_drvdata()
[all …]
/openbmc/linux/drivers/tee/optee/
H A 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
H A Dcore.c90 struct tee_device *teedev = ctx->teedev; in optee_open() local
H A Dffa_abi.c722 static void optee_ffa_get_version(struct tee_device *teedev, in optee_ffa_get_version()
798 struct tee_device *teedev; in optee_ffa_probe() local
H A Dsmc_abi.c819 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()
1612 struct tee_device *teedev; in optee_probe() local
H A Doptee_private.h186 struct tee_device *teedev; member
/openbmc/linux/drivers/tee/amdtee/
H A 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
H A Damdtee_private.h41 struct tee_device *teedev; member
/openbmc/linux/include/linux/
H A Dtee_drv.h52 struct tee_device *teedev; member