Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tee/optee/
Dcore.c600 tee_device_unregister(optee->supp_teedev); in optee_remove()
601 tee_device_unregister(optee->teedev); in optee_remove()
721 tee_device_unregister(optee->supp_teedev); in optee_probe()
722 tee_device_unregister(optee->teedev); in optee_probe()
/Linux-v5.10/drivers/tee/amdtee/
Dcore.c499 tee_device_unregister(amdtee->teedev); in amdtee_driver_init()
525 tee_device_unregister(amdtee->teedev); in amdtee_driver_exit()
/Linux-v5.10/include/linux/
Dtee_drv.h170 void tee_device_unregister(struct tee_device *teedev);
/Linux-v5.10/drivers/tee/
Dtee_core.c1049 void tee_device_unregister(struct tee_device *teedev) in tee_device_unregister() function
1069 EXPORT_SYMBOL_GPL(tee_device_unregister);