Home
last modified time | relevance | path

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

/NextBSD/sys/dev/tpm/
HDtpm_acpi.c72 DEVMETHOD(device_suspend, tpm_suspend),
HDtpmvar.h64 int tpm_suspend(device_t dev);
HDtpm_isa.c85 DEVMETHOD(device_suspend, tpm_suspend),
HDtpm.c215 int tpm_suspend(struct tpm_softc *, int);
645 tpm_suspend(device_t dev) in tpm_suspend() function
647 tpm_suspend(struct tpm_softc *sc, int why) in tpm_suspend()
704 tpm_suspend(sc, why); in tpm_powerhook()