/src/sys/arch/hp300/dev/ |
dnkbd.c | 187 struct callout sc_bellstop_tmo; member in struct:dnkbd_softc 299 callout_init(&sc->sc_bellstop_tmo, 0); 300 callout_setfunc(&sc->sc_bellstop_tmo, dnkbd_bellstop, sc); 1123 callout_stop(&sc->sc_bellstop_tmo); 1136 callout_stop(&sc->sc_bellstop_tmo); 1137 callout_schedule(&sc->sc_bellstop_tmo, period);
|
dnkbd.c | 187 struct callout sc_bellstop_tmo; member in struct:dnkbd_softc 299 callout_init(&sc->sc_bellstop_tmo, 0); 300 callout_setfunc(&sc->sc_bellstop_tmo, dnkbd_bellstop, sc); 1123 callout_stop(&sc->sc_bellstop_tmo); 1136 callout_stop(&sc->sc_bellstop_tmo); 1137 callout_schedule(&sc->sc_bellstop_tmo, period);
|
dnkbd.c | 187 struct callout sc_bellstop_tmo; member in struct:dnkbd_softc 299 callout_init(&sc->sc_bellstop_tmo, 0); 300 callout_setfunc(&sc->sc_bellstop_tmo, dnkbd_bellstop, sc); 1123 callout_stop(&sc->sc_bellstop_tmo); 1136 callout_stop(&sc->sc_bellstop_tmo); 1137 callout_schedule(&sc->sc_bellstop_tmo, period);
|