Searched refs:tpm2_device (Results 1 – 1 of 1) sorted by relevance
15 static struct tpm2_chip *tpm2_device; variable19 if (!tpm2_device || !tpm2_device->ops->send) in tpm2_chip_send()22 return tpm2_device->ops->send(tpm2_device, buf, len); in tpm2_chip_send()28 if (!tpm2_device || !tpm2_device->ops->recv) in tpm2_chip_recv()31 return tpm2_device->ops->recv(tpm2_device, buf, len, cmd_duration); in tpm2_chip_recv()36 if (!tpm2_device) in tpm2_chip_get_caps()48 if (!tpm2_device) in tpm2_chip_is_active_bank()51 if (alg_mask & tpm2_device->capability.active_mask) in tpm2_chip_is_active_bank()206 if (tpm2_device) in tpm2_chip_register()217 tpm2_device = chip; in tpm2_chip_register()[all …]
Completed in 2 milliseconds