Searched refs:tee_device_alloc (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
H A D | tee_core.h | 131 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc,
|
/linux/drivers/tee/optee/ |
H A D | ffa_abi.c | 917 teedev = tee_device_alloc(&optee_ffa_clnt_desc, NULL, optee->pool, in optee_ffa_probe() 925 teedev = tee_device_alloc(&optee_ffa_supp_desc, NULL, optee->pool, in optee_ffa_probe()
|
H A D | smc_abi.c | 1693 teedev = tee_device_alloc(&optee_clnt_desc, NULL, pool, optee); in optee_probe() 1700 teedev = tee_device_alloc(&optee_supp_desc, NULL, pool, optee); in optee_probe()
|
/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/amdtee/ |
H A D | core.c | 482 teedev = tee_device_alloc(&amdtee_desc, NULL, pool, amdtee); in amdtee_driver_init()
|
/linux/drivers/tee/ |
H A D | tee_core.c | 879 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc, in tee_device_alloc() function 963 EXPORT_SYMBOL_GPL(tee_device_alloc);
|