Home
last modified time | relevance | path

Searched refs:tee_device_unregister (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/tee/optee/
Dcore.c180 tee_device_unregister(optee->supp_teedev); in optee_remove_common()
181 tee_device_unregister(optee->teedev); in optee_remove_common()
Dffa_abi.c886 tee_device_unregister(optee->supp_teedev); in optee_ffa_probe()
888 tee_device_unregister(optee->teedev); in optee_ffa_probe()
Dsmc_abi.c1553 tee_device_unregister(optee->supp_teedev); in optee_probe()
1555 tee_device_unregister(optee->teedev); in optee_probe()
/Linux-v6.1/drivers/tee/amdtee/
Dcore.c501 tee_device_unregister(amdtee->teedev); in amdtee_driver_init()
527 tee_device_unregister(amdtee->teedev); in amdtee_driver_exit()
/Linux-v6.1/include/linux/
Dtee_drv.h168 void tee_device_unregister(struct tee_device *teedev);
/Linux-v6.1/drivers/tee/
Dtee_core.c1051 void tee_device_unregister(struct tee_device *teedev) in tee_device_unregister() function
1071 EXPORT_SYMBOL_GPL(tee_device_unregister);