OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 24 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025