Searched refs:sc_watchdog (Results 1 – 4 of 4) sorted by relevance
/netbsd/sys/dev/ic/ |
H A D | wd33c93var.h | 126 struct callout sc_watchdog; member
|
H A D | ncr53c9xvar.h | 272 struct callout sc_watchdog; /* periodic timer */ member
|
H A D | ncr53c9x.c | 199 callout_init(&sc->sc_watchdog, 0); in ncr53c9x_attach() 302 callout_reset(&sc->sc_watchdog, 60 * hz, ncr53c9x_watch, sc); in ncr53c9x_attach() 312 callout_stop(&sc->sc_watchdog); in ncr53c9x_detach() 2984 callout_reset(&sc->sc_watchdog, 60 * hz, ncr53c9x_watch, sc); in ncr53c9x_watch()
|
H A D | wd33c93.c | 206 callout_init(&sc->sc_watchdog, 0); in wd33c93_attach() 262 callout_reset(&sc->sc_watchdog, 60 * hz, wd33c93_watchdog, sc); in wd33c93_init() 2330 callout_reset(&sc->sc_watchdog, 60 * hz, wd33c93_watchdog, sc); in wd33c93_watchdog()
|