Searched refs:tee_device_register (Results 1 – 5 of 5) sorted by relevance
958 rc = tee_device_register(optee->teedev); in optee_ffa_probe()962 rc = tee_device_register(optee->supp_teedev); in optee_ffa_probe()
1709 rc = tee_device_register(optee->teedev); in optee_probe()1713 rc = tee_device_register(optee->supp_teedev); in optee_probe()
492 rc = tee_device_register(amdtee->teedev); in amdtee_driver_init()
437 rc = tee_device_register(tstee->teedev); in tstee_probe()
1005 int tee_device_register(struct tee_device *teedev) in tee_device_register() function1026 EXPORT_SYMBOL_GPL(tee_device_register);
Completed in 17 milliseconds