Home
last modified time | relevance | path

Searched refs:teedev_close_context (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/tee/optee/
H A Dcore.c175 teedev_close_context(optee->ctx); in optee_remove_common()
H A Dffa_abi.c879 teedev_close_context(ctx); in optee_ffa_probe()
H A Dsmc_abi.c1799 teedev_close_context(ctx); in optee_probe()
/openbmc/linux/drivers/tee/
H A Dtee_core.c100 void teedev_close_context(struct tee_context *ctx) in teedev_close_context() function
107 EXPORT_SYMBOL_GPL(teedev_close_context);
128 teedev_close_context(filp->private_data); in tee_release()
1144 teedev_close_context(ctx); in tee_client_close_context()
/openbmc/linux/include/linux/
H A Dtee_drv.h508 void teedev_close_context(struct tee_context *ctx);