Searched refs:supp_teedev (Results 1 – 2 of 2) sorted by relevance
240 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()
91 struct tee_device *supp_teedev; member