Home
last modified time | relevance | path

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

/freebsd/sys/dev/tpm/
H A Dtpm.c197 static int tpm_transmit_header(struct tpm_softc *, uint32_t, uint32_t *);
676 tpm_transmit_header(struct tpm_softc *sc, uint32_t ordinal, uint32_t *tpm_rc) in tpm_transmit_header() function
739 error = tpm_transmit_header(sc, TPM_ORD_SAVESTATE, &tpm_rc); in tpm_suspend()