Searched refs:tee_dev (Results 1 – 2 of 2) sorted by relevance
/u-boot/drivers/tpm/ |
A D | tpm2_ftpm_tee.c | 89 rc = tee_invoke_func(context->tee_dev, &transceive_args, 4, in ftpm_tee_transceive() 181 context->tee_dev = tee_find_device(NULL, ftpm_tee_match, NULL, NULL); in ftpm_tee_probe() 182 if (!context->tee_dev) { in ftpm_tee_probe() 191 rc = tee_open_session(context->tee_dev, &sess_arg, 0, NULL); in ftpm_tee_probe() 200 rc = tee_shm_alloc(context->tee_dev, in ftpm_tee_probe() 211 tee_close_session(context->tee_dev, context->session); in ftpm_tee_probe() 224 rc = tee_close_session(context->tee_dev, context->session); in ftpm_tee_remove()
|
A D | tpm2_ftpm_tee.h | 29 struct udevice *tee_dev; member
|
Completed in 3 milliseconds