tee_device_alloc
teedev = tee_device_alloc(&amdtee_desc, NULL, pool, amdtee);
teedev = tee_device_alloc(&optee_ffa_clnt_desc, NULL, optee->pool,
teedev = tee_device_alloc(&optee_ffa_supp_desc, NULL, optee->pool,
teedev = tee_device_alloc(&optee_clnt_desc, NULL, pool, optee);
teedev = tee_device_alloc(&optee_supp_desc, NULL, pool, optee);
teedev = tee_device_alloc(&qcomtee_desc, NULL, pool, qcomtee);
EXPORT_SYMBOL_GPL(tee_device_alloc);
tstee->teedev = tee_device_alloc(&tstee_desc, NULL, tstee->pool, tstee);
struct tee_device *tee_device_alloc(const struct tee_desc *teedesc,