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

/freebsd-12-stable/sys/i386/bios/
H A Dapm.h42 struct apmhook sc_suspend; member in struct:apm_softc
H A Dapm.c1209 sc->sc_suspend.ah_fun = apm_rtc_suspend;
1210 sc->sc_suspend.ah_arg = sc;
1211 apm_hook_establish(APM_HOOK_SUSPEND, &sc->sc_suspend);
/freebsd-12-stable/sys/dev/tpm/
H A Dtpmvar.h58 int sc_suspend; member in struct:tpm_softc
H A Dtpm.c425 sc->sc_suspend = PWR_RESUME;
662 printf("tpm_suspend: power down: %d -> %d\n", sc->sc_suspend, why);
664 sc->sc_suspend = why;
685 printf("tpm_resume: resume: %d -> %d\n", sc->sc_suspend, why);
687 sc->sc_suspend = why;

Completed in 123 milliseconds