Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tee/optee/
H A Dcore.c97 if (teedev == optee->supp_teedev) { in optee_open()
180 tee_device_unregister(optee->supp_teedev); in optee_remove_common()
H A Dffa_abi.c845 optee->supp_teedev = teedev; in optee_ffa_probe()
851 rc = tee_device_register(optee->supp_teedev); in optee_ffa_probe()
892 tee_device_unregister(optee->supp_teedev); in optee_ffa_probe()
H A Doptee_private.h185 struct tee_device *supp_teedev; member
H A Dsmc_abi.c1718 optee->supp_teedev = teedev; in optee_probe()
1724 rc = tee_device_register(optee->supp_teedev); in optee_probe()
1805 tee_device_unregister(optee->supp_teedev); in optee_probe()