Searched refs:watchdog_ch (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/sys/dev/ral/
H A Drt2560var.h115 struct callout watchdog_ch; member in struct:rt2560_softc
H A Drt2661var.h107 struct callout watchdog_ch; member in struct:rt2661_softc
H A Drt2860var.h125 struct callout watchdog_ch; member in struct:rt2860_softc
H A Drt2661.c219 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0);
1717 callout_reset(&sc->watchdog_ch, hz, rt2661_watchdog, sc);
2429 callout_reset(&sc->watchdog_ch, hz, rt2661_watchdog, sc);
2458 callout_stop(&sc->watchdog_ch);
H A Drt2560.c210 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0);
1979 callout_reset(&sc->watchdog_ch, hz, rt2560_watchdog, sc);
2703 callout_reset(&sc->watchdog_ch, hz, rt2560_watchdog, sc);
2733 callout_stop(&sc->watchdog_ch);
H A Drt2860.c252 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0);
2034 callout_reset(&sc->watchdog_ch, hz, rt2860_watchdog, sc);
4119 callout_reset(&sc->watchdog_ch, hz, rt2860_watchdog, sc);
4142 callout_stop(&sc->watchdog_ch);
/freebsd-10.2-release/sys/dev/usb/wlan/
H A Dif_uathvar.h215 struct callout watchdog_ch; member in struct:uath_softc
H A Dif_uath.c359 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0);
532 callout_drain(&sc->watchdog_ch);
1177 callout_reset(&sc->watchdog_ch, hz, uath_watchdog, sc);
1207 callout_stop(&sc->watchdog_ch);
1340 callout_reset(&sc->watchdog_ch, hz, uath_watchdog, sc);
2087 callout_stop(&sc->watchdog_ch);
/freebsd-10.2-release/sys/dev/wl/
H A Dif_wl.c257 struct callout_handle watchdog_ch; member in struct:wl_softc
515 callout_handle_init(&sc->watchdog_ch);
815 untimeout(wlwatchdog, sc, sc->watchdog_ch);
985 untimeout(wlwatchdog, sc, sc->watchdog_ch);
1022 sc->watchdog_ch = timeout(wlwatchdog, sc, 10);
1622 untimeout(wlwatchdog, sc, sc->watchdog_ch);

Completed in 100 milliseconds