Home
last modified time | relevance | path

Searched refs:tee_device_register (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dtee_core.h145 int tee_device_register(struct tee_device *teedev);
/linux/drivers/tee/optee/
H A Dffa_abi.c935 rc = tee_device_register(optee->teedev); in optee_ffa_probe()
939 rc = tee_device_register(optee->supp_teedev); in optee_ffa_probe()
H A Dsmc_abi.c1709 rc = tee_device_register(optee->teedev); in optee_probe()
1713 rc = tee_device_register(optee->supp_teedev); in optee_probe()
/linux/drivers/tee/tstee/
H A Dcore.c437 rc = tee_device_register(tstee->teedev); in tstee_probe()
/linux/drivers/tee/amdtee/
H A Dcore.c489 rc = tee_device_register(amdtee->teedev); in amdtee_driver_init()
/linux/drivers/tee/
H A Dtee_core.c1004 int tee_device_register(struct tee_device *teedev) in tee_device_register() function
1025 EXPORT_SYMBOL_GPL(tee_device_register);