HomeSort by: relevance | last modified time | path
    Searched defs:sc_psw (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/acpi/wmi/
wmi_eeepc.c 98 struct sysmon_pswitch sc_psw[WMI_EEEPC_PSW_COUNT]; member in struct:wmi_eeepc_softc
137 memset(sc->sc_psw, 0, sizeof(sc->sc_psw));
138 sc->sc_psw[WMI_EEEPC_PSW_EXPRESSGATE].smpsw_name = "expressgate";
139 sc->sc_psw[WMI_EEEPC_PSW_TOUCHPAD].smpsw_name = "touchpad-toggle";
140 sc->sc_psw[WMI_EEEPC_PSW_WIRELESS].smpsw_name = "wireless-toggle";
141 sc->sc_psw[WMI_EEEPC_PSW_WEBCAM].smpsw_name = "camera-button";
142 sc->sc_psw[WMI_EEEPC_PSW_DISPLAY_CYCLE].smpsw_name = PSWITCH_HK_DISPLAY_CYCLE;
143 sc->sc_psw[WMI_EEEPC_PSW_DISPLAY_SAVER].smpsw_name = PSWITCH_HK_LOCK_SCREEN;
144 sc->sc_psw[WMI_EEEPC_PSW_DISPLAY_OFF].smpsw_name = "display-off"
    [all...]
wmi_eeepc.c 98 struct sysmon_pswitch sc_psw[WMI_EEEPC_PSW_COUNT]; member in struct:wmi_eeepc_softc
137 memset(sc->sc_psw, 0, sizeof(sc->sc_psw));
138 sc->sc_psw[WMI_EEEPC_PSW_EXPRESSGATE].smpsw_name = "expressgate";
139 sc->sc_psw[WMI_EEEPC_PSW_TOUCHPAD].smpsw_name = "touchpad-toggle";
140 sc->sc_psw[WMI_EEEPC_PSW_WIRELESS].smpsw_name = "wireless-toggle";
141 sc->sc_psw[WMI_EEEPC_PSW_WEBCAM].smpsw_name = "camera-button";
142 sc->sc_psw[WMI_EEEPC_PSW_DISPLAY_CYCLE].smpsw_name = PSWITCH_HK_DISPLAY_CYCLE;
143 sc->sc_psw[WMI_EEEPC_PSW_DISPLAY_SAVER].smpsw_name = PSWITCH_HK_LOCK_SCREEN;
144 sc->sc_psw[WMI_EEEPC_PSW_DISPLAY_OFF].smpsw_name = "display-off"
    [all...]

Completed in 23 milliseconds