Searched refs:tee_device_alloc (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/include/linux/ |
D | tee_drv.h | 144 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc,
|
/linux-6.1.9/drivers/tee/optee/ |
D | ffa_abi.c | 825 teedev = tee_device_alloc(&optee_ffa_clnt_desc, NULL, optee->pool, in optee_ffa_probe() 833 teedev = tee_device_alloc(&optee_ffa_supp_desc, NULL, optee->pool, in optee_ffa_probe()
|
D | smc_abi.c | 1454 teedev = tee_device_alloc(&optee_clnt_desc, NULL, pool, optee); in optee_probe() 1461 teedev = tee_device_alloc(&optee_supp_desc, NULL, pool, optee); in optee_probe()
|
/linux-6.1.9/drivers/tee/amdtee/ |
D | core.c | 482 teedev = tee_device_alloc(&amdtee_desc, NULL, pool, amdtee); in amdtee_driver_init()
|
/linux-6.1.9/drivers/tee/ |
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);
|