Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/mv/
H A Dtimer.c75 mv_watchdog_disable_t watchdog_disable; member
216 if (sc->config->watchdog_disable) in mv_timer_attach()
217 sc->config->watchdog_disable(); in mv_timer_attach()
487 if (timer_softc->config->watchdog_disable != NULL) in mv_watchdog_event()
488 timer_softc->config->watchdog_disable(); in mv_watchdog_event()
497 if (timer_softc->config->watchdog_disable != NULL) in mv_watchdog_event()
498 timer_softc->config->watchdog_disable(); in mv_watchdog_event()