Searched refs:sc_ch_pbutton (Results 1 – 2 of 2) sorted by relevance
93 callout_t sc_ch_pbutton; member152 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()
67 callout_t sc_ch_pbutton; member245 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()