Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/arm/mv/
HDtimer.c73 mv_watchdog_disable_t watchdog_disable; member
214 if (sc->config->watchdog_disable) in mv_timer_attach()
215 sc->config->watchdog_disable(); in mv_timer_attach()
483 if (timer_softc->config->watchdog_disable != NULL) in mv_watchdog_event()
484 timer_softc->config->watchdog_disable(); in mv_watchdog_event()
493 if (timer_softc->config->watchdog_disable != NULL) in mv_watchdog_event()
494 timer_softc->config->watchdog_disable(); in mv_watchdog_event()
/freebsd-14-stable/usr.sbin/uhsoctl/
HDuhsoctl.c252 #define watchdog_disable(ctx) (ctx)->flags &= ~FLG_WATCHDOG macro
617 watchdog_disable(ctx); in at_cmd()
621 watchdog_disable(ctx); in at_cmd()
1507 watchdog_disable(&ctx); in main()