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

  /src/sys/sys/
power.h 93 #define PSWITCH_TYPE_SLEEP 1 /* sleep button */
  /src/sys/arch/xen/xen/
shutdown_xenbus.c 80 .smpsw_type = PSWITCH_TYPE_SLEEP,
  /src/sys/dev/ic/
spic.c 277 sc->sc_smpsw[SPIC_PSWITCH_SUSPEND].smpsw_type = PSWITCH_TYPE_SLEEP;
279 sc->sc_smpsw[SPIC_PSWITCH_HIBERNATE].smpsw_type = PSWITCH_TYPE_SLEEP;
  /src/sys/dev/acpi/
acpi_button.c 76 .type = PSWITCH_TYPE_SLEEP
hpqlb_acpi.c 142 sc->sc_smpsw[HP_PSW_SLEEP].smpsw_type = PSWITCH_TYPE_SLEEP;
sony_acpi.c 261 sc->sc_smpsw[SONY_PSW_SLEEP].smpsw_type = PSWITCH_TYPE_SLEEP;
acpi.c 1401 type = PSWITCH_TYPE_SLEEP;
1429 (type != PSWITCH_TYPE_SLEEP) ? "power" : "sleep");
1460 KASSERT(smpsw->smpsw_type != PSWITCH_TYPE_SLEEP);
thinkpad_acpi.c 367 psw[TP_PSW_SLEEP].smpsw_type = PSWITCH_TYPE_SLEEP;
  /src/sys/dev/gpio/
gpiobutton.c 137 sc->sc_smpsw.smpsw_type = PSWITCH_TYPE_SLEEP;
  /src/sys/dev/fdt/
gpiokeys.c 209 key->key_pswitch.smpsw_type = PSWITCH_TYPE_SLEEP;
  /src/sys/dev/sysmon/
sysmon_power.c 127 { PSWITCH_TYPE_SLEEP, "sleep_button" },
1049 case PSWITCH_TYPE_SLEEP:
  /src/sys/dev/vmt/
vmt_subr.c 254 sc->sc_ev_sleep.ev_smpsw.smpsw_type = PSWITCH_TYPE_SLEEP;

Completed in 148 milliseconds