Searched refs:tee_device_alloc (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | tee_drv.h | 136 * tee_device_alloc() - Allocate a new struct tee_device instance 147 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tee_drv.h | 133 * tee_device_alloc() - Allocate a new struct tee_device instance 144 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc,
|
/kernel/linux/linux-5.10/drivers/tee/optee/ |
H A D | core.c | 696 teedev = tee_device_alloc(&optee_desc, NULL, pool, optee); in optee_probe() 703 teedev = tee_device_alloc(&optee_supp_desc, NULL, pool, optee); in optee_probe()
|
/kernel/linux/linux-6.6/drivers/tee/optee/ |
H A 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()
|
H A D | smc_abi.c | 1706 teedev = tee_device_alloc(&optee_clnt_desc, NULL, pool, optee); in optee_probe() 1713 teedev = tee_device_alloc(&optee_supp_desc, NULL, pool, optee); in optee_probe()
|
/kernel/linux/linux-5.10/drivers/tee/amdtee/ |
H A D | core.c | 483 teedev = tee_device_alloc(&amdtee_desc, NULL, pool, amdtee); in amdtee_driver_init()
|
/kernel/linux/linux-6.6/drivers/tee/amdtee/ |
H A D | core.c | 483 teedev = tee_device_alloc(&amdtee_desc, NULL, pool, amdtee); in amdtee_driver_init()
|
/kernel/linux/linux-5.10/drivers/tee/ |
H A D | tee_core.c | 873 * tee_device_alloc() - Allocate a new struct tee_device instance 884 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc, in tee_device_alloc() function 968 EXPORT_SYMBOL_GPL(tee_device_alloc); variable
|
/kernel/linux/linux-6.6/drivers/tee/ |
H A D | tee_core.c | 868 * tee_device_alloc() - Allocate a new struct tee_device instance 879 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc, in tee_device_alloc() function 963 EXPORT_SYMBOL_GPL(tee_device_alloc); variable 1076 * @returns the driver_data pointer supplied to tee_device_alloc().
|
Completed in 11 milliseconds