Home
last modified time | relevance | path

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

/freebsd/sys/arm/mv/
H A Dtimer.c72 mv_watchdog_disable_t watchdog_disable; member
200 if (sc->config->watchdog_disable) in mv_timer_attach()
201 sc->config->watchdog_disable(); in mv_timer_attach()
425 if (timer_softc->config->watchdog_disable != NULL) in mv_watchdog_event()
426 timer_softc->config->watchdog_disable(); in mv_watchdog_event()
435 if (timer_softc->config->watchdog_disable != NULL) in mv_watchdog_event()
436 timer_softc->config->watchdog_disable(); in mv_watchdog_event()
/freebsd/usr.sbin/uhsoctl/
H A Duhsoctl.c252 #define watchdog_disable(ctx) (ctx)->flags &= ~FLG_WATCHDOG macro
619 watchdog_disable(ctx); in at_cmd()
623 watchdog_disable(ctx); in at_cmd()
1505 watchdog_disable(&ctx); in main()