Home
last modified time | relevance | path

Searched refs:sc_ch_pbutton (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/sandpoint/sandpoint/
H A Dnhpow.c93 callout_t sc_ch_pbutton; member
152 callout_init(&sc->sc_ch_pbutton, 0); /* power-button callout */ in nhpow_attach()
294 callout_stop(&sc->sc_ch_pbutton); in hwintr()
299 callout_reset(&sc->sc_ch_pbutton, 3 * hz, guarded_pbutton, sc); in hwintr()
H A Dsatmgr.c67 callout_t sc_ch_pbutton; member
245 callout_init(&sc->sc_ch_pbutton, 0); in satmgr_attach()
770 if (callout_pending(&sc->sc_ch_pbutton) == true) in kbutton()
771 callout_stop(&sc->sc_ch_pbutton); in kbutton()
772 callout_reset(&sc->sc_ch_pbutton, in kbutton()
776 if (callout_expired(&sc->sc_ch_pbutton) == false) in kbutton()
777 callout_stop(&sc->sc_ch_pbutton); in kbutton()