Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tee/optee/
Dcore.c643 tee_device_unregister(optee->supp_teedev); in optee_probe()
644 tee_device_unregister(optee->teedev); in optee_probe()
667 tee_device_unregister(optee->supp_teedev); in optee_remove()
668 tee_device_unregister(optee->teedev); in optee_remove()
/Linux-v4.19/include/linux/
Dtee_drv.h167 void tee_device_unregister(struct tee_device *teedev);
/Linux-v4.19/drivers/tee/
Dtee_core.c895 void tee_device_unregister(struct tee_device *teedev) in tee_device_unregister() function
918 EXPORT_SYMBOL_GPL(tee_device_unregister);