HomeSort by: relevance | last modified time | path
    Searched refs:sc_power_state (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/apm/
apmvar.h 57 int sc_power_state; member in struct:apm_softc
apm.c 284 if (sc->sc_power_state == PWR_SUSPEND) {
291 sc->sc_power_state = PWR_SUSPEND;
312 if (sc->sc_power_state == PWR_STANDBY) {
319 sc->sc_power_state = PWR_STANDBY;
336 if (sc->sc_power_state == PWR_RESUME) {
342 sc->sc_power_state = PWR_RESUME;
633 sc->sc_power_state = PWR_RESUME;
  /src/sys/dev/hpc/apm/
apmdev.c 292 if (sc->sc_power_state == PWR_SUSPEND) {
299 sc->sc_power_state = PWR_SUSPEND;
320 if (sc->sc_power_state == PWR_STANDBY) {
327 sc->sc_power_state = PWR_STANDBY;
346 if (sc->sc_power_state == PWR_RESUME) {
352 sc->sc_power_state = PWR_RESUME;
692 sc->sc_power_state = PWR_RESUME;
  /src/sys/dev/acpi/
qcompas.c 128 uint32_t sc_power_state; member in struct:qcpas_softc
1580 (sc->sc_power_state & BATTMGR_PWR_STATE_AC_ON)) {
1590 sc->sc_power_state = bat->power_state;
  /src/sys/arch/sparc/dev/
tctrl.c 164 int sc_power_state; member in struct:tctrl_softc
305 sc->sc_power_state = PWR_RESUME;

Completed in 15 milliseconds