Home
last modified time | relevance | path

Searched refs:tee_dev (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/tpm/
A Dtpm2_ftpm_tee.c89 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 Dtpm2_ftpm_tee.h29 struct udevice *tee_dev; member

Completed in 3 milliseconds