Searched refs:tstee (Results 1 – 5 of 5) sorted by relevance
47 struct tstee *tstee = tee_get_drvdata(teedev); in tstee_get_version() local97 struct tstee *tstee = tee_get_drvdata(ctx->teedev); in tstee_open_session() local163 struct tstee *tstee = tee_get_drvdata(ctx->teedev); in tstee_invoke_func() local246 struct tstee *tstee = tee_get_drvdata(ctx->teedev); in tstee_shm_register() local309 struct tstee *tstee = tee_get_drvdata(ctx->teedev); in tstee_shm_unregister() local409 struct tstee *tstee; in tstee_probe() local417 tstee = kzalloc(sizeof(*tstee), GFP_KERNEL); in tstee_probe()418 if (!tstee) in tstee_probe()430 tstee->teedev = tee_device_alloc(&tstee_desc, NULL, tstee->pool, tstee); in tstee_probe()450 kfree(tstee); in tstee_probe()[all …]
2 arm-tstee-objs := core.o3 obj-$(CONFIG_ARM_TSTEE) = arm-tstee.o
78 struct tstee { struct
8 obj-$(CONFIG_ARM_TSTEE) += tstee/
18 source "drivers/tee/tstee/Kconfig"
Completed in 8 milliseconds