Searched refs:tee_device_alloc (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/include/linux/ |
D | tee_drv.h | 147 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc,
|
/Linux-v5.15/drivers/tee/optee/ |
D | core.c | 694 teedev = tee_device_alloc(&optee_desc, NULL, pool, optee); in optee_probe() 701 teedev = tee_device_alloc(&optee_supp_desc, NULL, pool, optee); in optee_probe()
|
/Linux-v5.15/drivers/tee/amdtee/ |
D | core.c | 483 teedev = tee_device_alloc(&amdtee_desc, NULL, pool, amdtee); in amdtee_driver_init()
|
/Linux-v5.15/drivers/tee/ |
D | tee_core.c | 878 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc, in tee_device_alloc() function 962 EXPORT_SYMBOL_GPL(tee_device_alloc);
|