Searched refs:tee_device_alloc (Results 1 – 5 of 5) 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 | 940 teedev = tee_device_alloc(&optee_ffa_clnt_desc, NULL, optee->pool, in optee_ffa_probe() 948 teedev = tee_device_alloc(&optee_ffa_supp_desc, NULL, optee->pool, in optee_ffa_probe()
|
/linux/drivers/tee/amdtee/ |
H A D | core.c | 485 teedev = tee_device_alloc(&amdtee_desc, NULL, pool, amdtee); in amdtee_driver_init()
|
/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/ |
H A D | tee_core.c | 880 struct tee_device *tee_device_alloc(const struct tee_desc *teedesc, in tee_device_alloc() function 964 EXPORT_SYMBOL_GPL(tee_device_alloc);
|