Searched refs:tpm_suspend (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sys/dev/tpm/
H A Dtpmvar.h64 int tpm_suspend(device_t dev);
H A Dtpm_acpi.c72 DEVMETHOD(device_suspend, tpm_suspend),
H A Dtpm_isa.c85 DEVMETHOD(device_suspend, tpm_suspend),
H A Dtpm.c215 int tpm_suspend(struct tpm_softc *, int);
645 tpm_suspend(device_t dev) function
647 tpm_suspend(struct tpm_softc *sc, int why)
666 printf("tpm_suspend: power down: %d -> %d\n", sc->sc_suspend, why);
704 tpm_suspend(sc, why);

Completed in 49 milliseconds