Searched defs:Tpm (Results 1 – 2 of 2) sorted by relevance
173 pub struct Tpm { struct174 backend: Option<Box<dyn TpmBackend>>, argument179 impl Tpm { argument180 pub fn new(backend: Box<dyn TpmBackend>, base_features: u64) -> Tpm { in new()189 impl VirtioDevice for Tpm { implementation235 impl Suspendable for Tpm {} implementation
131 Tpm = virtio_ids::VIRTIO_ID_TPM, enumerator