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

  /src/sys/arch/sgimips/hpc/
button.c 53 struct sysmon_pswitch sc_pbutton; member in struct:button_softc
114 memset(&sc->sc_pbutton, 0, sizeof(struct sysmon_pswitch));
115 sc->sc_pbutton.smpsw_name = device_xname(sc->sc_dev);
116 sc->sc_pbutton.smpsw_type = PSWITCH_TYPE_POWER;
117 if (sysmon_pswitch_register(&sc->sc_pbutton) != 0)
153 sysmon_pswitch_event(&sc->sc_pbutton, PSWITCH_EVENT_PRESSED);
button.c 53 struct sysmon_pswitch sc_pbutton; member in struct:button_softc
114 memset(&sc->sc_pbutton, 0, sizeof(struct sysmon_pswitch));
115 sc->sc_pbutton.smpsw_name = device_xname(sc->sc_dev);
116 sc->sc_pbutton.smpsw_type = PSWITCH_TYPE_POWER;
117 if (sysmon_pswitch_register(&sc->sc_pbutton) != 0)
153 sysmon_pswitch_event(&sc->sc_pbutton, PSWITCH_EVENT_PRESSED);

Completed in 23 milliseconds