Searched refs:tee_device_alloc (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/tee/tstee/ |
| H A D | core.c | 430 tstee->teedev = tee_device_alloc(&tstee_desc, NULL, tstee->pool, tstee); in tstee_probe()
|
| /linux/drivers/tee/optee/ |
| H A D | ffa_abi.c | 1105 teedev = tee_device_alloc(&optee_ffa_clnt_desc, NULL, optee->pool, in optee_ffa_probe() 1113 teedev = tee_device_alloc(&optee_ffa_supp_desc, NULL, optee->pool, in optee_ffa_probe()
|
| H A D | smc_abi.c | 1836 teedev = tee_device_alloc(&optee_clnt_desc, NULL, pool, optee); in optee_probe() 1843 teedev = tee_device_alloc(&optee_supp_desc, NULL, pool, optee); in optee_probe()
|
| /linux/drivers/tee/amdtee/ |
| H A D | core.c | 485 teedev = tee_device_alloc(&amdtee_desc, NULL, pool, amdtee); in amdtee_driver_init()
|
| /linux/drivers/tee/qcomtee/ |
| H A D | call.c | 719 teedev = tee_device_alloc(&qcomtee_desc, NULL, pool, qcomtee); in qcomtee_probe()
|
| /linux/drivers/tee/ |
| H A D | tee_core.c | 1037 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc, in tee_device_alloc() function 1121 EXPORT_SYMBOL_GPL(tee_device_alloc);
|