Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tee/optee/
Dcore.c231 if (teedev == optee->supp_teedev) { in optee_open()
299 if (teedev == optee->supp_teedev) in optee_release()
624 optee->supp_teedev = teedev; in optee_probe()
630 rc = tee_device_register(optee->supp_teedev); in optee_probe()
659 tee_device_unregister(optee->supp_teedev); in optee_probe()
683 tee_device_unregister(optee->supp_teedev); in optee_remove()
Doptee_private.h83 struct tee_device *supp_teedev; member