OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_ch_pbutton
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sandpoint/sandpoint/
nhpow.c
93
callout_t
sc_ch_pbutton
;
member in struct:nhpow_softc
152
callout_init(&sc->
sc_ch_pbutton
, 0); /* power-button callout */
294
callout_stop(&sc->
sc_ch_pbutton
);
299
callout_reset(&sc->
sc_ch_pbutton
, 3 * hz, guarded_pbutton, sc);
satmgr.c
67
callout_t
sc_ch_pbutton
;
member in struct:satmgr_softc
245
callout_init(&sc->
sc_ch_pbutton
, 0);
770
if (callout_pending(&sc->
sc_ch_pbutton
) == true)
771
callout_stop(&sc->
sc_ch_pbutton
);
772
callout_reset(&sc->
sc_ch_pbutton
,
776
if (callout_expired(&sc->
sc_ch_pbutton
) == false)
777
callout_stop(&sc->
sc_ch_pbutton
);
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025