Home
last modified time | relevance | path

Searched refs:supp_teedev (Results 1 – 4 of 4) sorted by relevance

/drivers/tee/optee/
Dcore.c97 if (teedev == optee->supp_teedev) { in optee_open()
180 tee_device_unregister(optee->supp_teedev); in optee_remove_common()
Dffa_abi.c839 optee->supp_teedev = teedev; in optee_ffa_probe()
845 rc = tee_device_register(optee->supp_teedev); in optee_ffa_probe()
886 tee_device_unregister(optee->supp_teedev); in optee_ffa_probe()
Doptee_private.h161 struct tee_device *supp_teedev; member
Dsmc_abi.c1468 optee->supp_teedev = teedev; in optee_probe()
1474 rc = tee_device_register(optee->supp_teedev); in optee_probe()
1555 tee_device_unregister(optee->supp_teedev); in optee_probe()