Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tee/optee/
Dcore.c240 if (teedev == optee->supp_teedev) { in optee_open()
308 if (teedev == optee->supp_teedev) in optee_release()
615 optee->supp_teedev = teedev; in optee_probe()
621 rc = tee_device_register(optee->supp_teedev); in optee_probe()
643 tee_device_unregister(optee->supp_teedev); in optee_probe()
667 tee_device_unregister(optee->supp_teedev); in optee_remove()
Doptee_private.h91 struct tee_device *supp_teedev; member