Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/mv/armada/
H A Dwdt.c119 static struct mv_wdt_softc *wdt_softc = NULL; variable
166 if (wdt_softc != NULL) in mv_wdt_attach()
170 wdt_softc = sc; in mv_wdt_attach()
186 if (wdt_softc->wdt_config->wdt_disable != NULL) in mv_wdt_attach()
187 wdt_softc->wdt_config->wdt_disable(); in mv_wdt_attach()
357 if (wdt_softc->wdt_config->wdt_disable != NULL) in mv_watchdog_event()
358 wdt_softc->wdt_config->wdt_disable(); in mv_watchdog_event()
367 if (wdt_softc->wdt_config->wdt_disable != NULL) in mv_watchdog_event()
368 wdt_softc->wdt_config->wdt_disable(); in mv_watchdog_event()
372 if (wdt_softc->wdt_config->wdt_enable != NULL) in mv_watchdog_event()
[all …]