Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H A Dcore.c206 teedev_close_context(optee->ctx); in optee_remove_common()
H A Dffa_abi.c1177 teedev_close_context(ctx); in optee_ffa_probe()
H A Dsmc_abi.c1938 teedev_close_context(ctx); in optee_probe()
/linux/drivers/tee/
H A Dtee_core.c102 void teedev_close_context(struct tee_context *ctx) in teedev_close_context() function
112 EXPORT_SYMBOL_GPL(teedev_close_context);
133 teedev_close_context(filp->private_data); in tee_release()
1365 teedev_close_context(ctx); in tee_client_close_context()
/linux/drivers/tee/qcomtee/
H A Dcall.c793 teedev_close_context(qcomtee->ctx); in qcomtee_remove()