Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tee/optee/
Dcore.c602 tee_device_unregister(optee->supp_teedev); in optee_remove()
603 tee_device_unregister(optee->teedev); in optee_remove()
754 tee_device_unregister(optee->supp_teedev); in optee_probe()
755 tee_device_unregister(optee->teedev); in optee_probe()
/Linux-v5.15/drivers/tee/amdtee/
Dcore.c502 tee_device_unregister(amdtee->teedev); in amdtee_driver_init()
528 tee_device_unregister(amdtee->teedev); in amdtee_driver_exit()
/Linux-v5.15/include/linux/
Dtee_drv.h171 void tee_device_unregister(struct tee_device *teedev);
/Linux-v5.15/drivers/tee/
Dtee_core.c1050 void tee_device_unregister(struct tee_device *teedev) in tee_device_unregister() function
1070 EXPORT_SYMBOL_GPL(tee_device_unregister);