Home
last modified time | relevance | path

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

/freebsd/sys/dev/tpm/
H A Dtpm.c186 int tpm_legacy_end(struct tpm_softc *, int, int);
231 sc->sc_end = tpm_legacy_end; in tpm_attach()
1106 tpm_legacy_end(struct tpm_softc *sc, int flag, int rv) in tpm_legacy_end() function