Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tee/optee/
Dcore.c659 tee_device_unregister(optee->supp_teedev); in optee_probe()
660 tee_device_unregister(optee->teedev); in optee_probe()
683 tee_device_unregister(optee->supp_teedev); in optee_remove()
684 tee_device_unregister(optee->teedev); in optee_remove()
/Linux-v5.4/include/linux/
Dtee_drv.h167 void tee_device_unregister(struct tee_device *teedev);
/Linux-v5.4/drivers/tee/
Dtee_core.c900 void tee_device_unregister(struct tee_device *teedev) in tee_device_unregister() function
923 EXPORT_SYMBOL_GPL(tee_device_unregister);