Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H A Dcore.c89 tee_device_set_dev_groups(optee->supp_teedev, optee_dev_groups); in optee_set_dev_group()
102 if (teedev == optee->supp_teedev) { in optee_open()
181 tee_device_unregister(optee->supp_teedev); in optee_remove_common()
H A Dffa_abi.c931 optee->supp_teedev = teedev; in optee_ffa_probe()
939 rc = tee_device_register(optee->supp_teedev); in optee_ffa_probe()
995 tee_device_unregister(optee->supp_teedev); in optee_ffa_probe()
H A Doptee_private.h218 struct tee_device *supp_teedev; member
H A Dsmc_abi.c1706 optee->supp_teedev = teedev; in optee_probe()
1714 rc = tee_device_register(optee->supp_teedev); in optee_probe()
1801 tee_device_unregister(optee->supp_teedev); in optee_probe()