Searched refs:tee_device_alloc (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/include/linux/ |
D | tee_drv.h | 146 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc,
|
/Linux-v5.10/drivers/tee/optee/ |
D | core.c | 670 teedev = tee_device_alloc(&optee_desc, NULL, pool, optee); in optee_probe() 677 teedev = tee_device_alloc(&optee_supp_desc, NULL, pool, optee); in optee_probe()
|
/Linux-v5.10/drivers/tee/amdtee/ |
D | core.c | 480 teedev = tee_device_alloc(&amdtee_desc, NULL, pool, amdtee); in amdtee_driver_init()
|
/Linux-v5.10/drivers/tee/ |
D | tee_core.c | 877 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc, in tee_device_alloc() function 961 EXPORT_SYMBOL_GPL(tee_device_alloc);
|