Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_sandbox.c43 struct sandbox_tpm2 { struct
68 struct sandbox_tpm2 *tpm = dev_get_priv(dev); in sandbox_tpm2_check_session() argument
186 struct sandbox_tpm2 *tpm = dev_get_priv(dev); in sandbox_tpm2_check_readyness()
239 struct sandbox_tpm2 *tpm = dev_get_priv(dev); in sandbox_tpm2_extend()
258 struct sandbox_tpm2 *tpm = dev_get_priv(dev); in sandbox_tpm2_xfer()
622 struct sandbox_tpm2 *tpm = dev_get_priv(dev); in sandbox_tpm2_open()
634 struct sandbox_tpm2 *tpm = dev_get_priv(dev); in sandbox_tpm2_probe()
665 U_BOOT_DRIVER(sandbox_tpm2) = {
671 .priv_auto_alloc_size = sizeof(struct sandbox_tpm2),